Jump to content

Alchemist

Members
  • Posts

    7
  • Joined

  • Last visited

Alchemist's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks martin Thanks all _SendEx function solves the problem.
  2. hi all HotKeySet("!0","testfunc") HotKeySet("!1","ExitProgram") while 1 sleep(100) WEnd func testfunc() send("abcdef") EndFunc Func ExitProgram() Exit EndFunc Run this script. Open notepad for example. Press quickly several times Alt+0. After that Alt key remains held down sometimes. Any ideas?
  3. Hi all Why NET_DumpAllControlNames could not get names of some controls on .NET froms? This names could be got by other programs for automate testing but in this case $control = NET_ControlGetHandleByName( $WindowName, $WindowText, "<Control Name>" ) does not work.
  4. Hi all! How to send double mouse click to an Item of SysTreeView32 control? With ControlTreeView function it is only possible to select an item but I need to perform doubleclick on it with AutoIt. Thanks!
  5. Please give a direct link. In the forum, referred to as sql.au3 and _sql.au3. But nevertheless I could not find a direct link to any of these files.
  6. Where can I download the above-mentioned library functions? There is no _sql.au3 in http://www.autoitscript.com/cgi-bin/getfil...it-v3-sfx.exe...
  7. An example: $oIE = _IECreate ("http://some_site") $oIE.Visible=0 _IELinkClickByIndex ($oIE, 0) After _IELinkClickByIndex new IE window is opened but .Visible=1 for this window. How to set .Visible=0 to new window? Thanks.
×
×
  • Create New...