Search the Community
Showing results for tags '#autoit'.
-
Hi, I am trying to select a value from a drop-down (highlighted in the attached image). There is no control ID associated with the window, so I am unable to use the Control* type functions. There are two values starting with 'C' in the drop-down. I tried fetching the drop-down value by passing Send("{custom}") but it always selects the first occurrence of value starting with 'C'. Please suggest how may I resolve this. Thanks!
-
Hello everyone I need urgent help . Let me explain : I need a AutoIt script that automatically do three things : 1 ) If it detects that the program is closed open it . 2 ) If it detects that the program is open it does not do anything . 3 ) If it detects that the program is blocked closes and restarts . The AutoIt script must be run in the background and automatically continue to do the three things described above . I understand that I must act on tasklist which contains all the processes but are not expert in c++ language. The script must be run on Windows 2000 . Thanks in advance to all