Jump to content

yoruichiy

Members
  • Posts

    7
  • Joined

  • Last visited

yoruichiy's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. In fact I couldn't access to my screen and neither to the tray icon; the program moved the mouse so I couldn't use it For next time I'll use hotkeys thanks
  2. No, actually the autoit program clicked very quickly on a pop up of an application and the focus was on the application, but now I rebooted my computer, I didn't find another solution
  3. In fact I'm not looking for a command to write but a command to type on keyboard to stop the process thanks
  4. Hi, I have an Auto It script containing a while true loop how can I stop It without rebooting the computer? It clicks too fast for me to try to stop the process with taskmgr and focuses on another window so If a command exists to stop it, it would be great thank you in advance
  5. hello, could you tell me why my code isn't working correctly, for more than 2 nodes of the tree, autoit can't count items, this is an example with windows explorer Run("C:\WINDOWS\EXPLORER.EXE") ;MsgBox ( flag, "title", "text" [, timeout] );"#0|#0|#1" $item="#0|#0|#2" WinWaitActive("My Documents","") WinSetTitle("My Documents","","explorateur windows") ControlTreeView("explorateur windows","",100,"Expand",$item) $nb=ControlTreeView("explorateur windows","",100,"GetItemCount",$item) $b=ControlTreeView("explorateur windows","",100,"GetText",$item) $c=ControlTreeView("explorateur windows","",100,"GetSelected") ;GetSelected dim $a="nb items: "&$b&":"&$nb&" selectionne: "&$c MsgBox ( 4096, "test",$a ) thanks for your help
  6. yes but all functions are working on treeviews and not on systreeviews I tried expand, itemscount .... but it always returned 0 even if there were 10 nodes
  7. hello, I tried the dll but it doesn't work, I have a windows error, I reused the code given for systreeview what can I do to count items on a systreeview32
×
×
  • Create New...