Jmjl Posted February 8, 2004 Posted February 8, 2004 I'm trying to make this program what it does is double click a system tray item, then full screen the window that opens, selects all the items in the window right clicks and clicks an item from the popup menu... I'll get the exact co-ordinates, all I need to do is figure out how to: double click something, maximize a window, and select all the items. Sorry, it's just I'm very new to AutoIT, as a matter of fact I started today. Thanks.
Valik Posted February 8, 2004 Posted February 8, 2004 There is no guarantee that icon will always be in the same position. You can probably use some of the Win<command> stuff to open the window you need to access directly.
Jmjl Posted February 8, 2004 Author Posted February 8, 2004 And how would I go about launching an EXE in a specified directory?
Frontalabotomy Posted February 10, 2004 Posted February 10, 2004 Run, <program and pathname>, <workingdirectory> Remember to use "\\" for each"\" you need in the paths. so your not
Recommended Posts