Search the Community
Showing results for tags 'WinSetState'.
-
Hi all, I'm having some trouble restoring a program which uses a normal AutoIT-GUI and is used as a ToolKit for our customers to open different (external) tools, check their network connections or ping different destinations. Almost all customers are running this script on Win7 x64. What...
- 9 replies
-
- wingetstate
- winsetstate
-
(and 2 more)
Tagged with:
-
Good morning I would like to know if I can use the Excel UDF to manipulating a .csv file without having Office installed on the PC I'm going to work... I read somewhere that it could be done, but I'm here to ask and be sure of what I remember... I'd like to post another question... How can...
-
#include <IE.au3> _IECreate("www.google.com") Sleep(5000) WinSetState("Google - Internet Explorer","",@SW_MAXIMIZE)The browser window opens and it goes to google.com but it will not maximize. I have also tried: #include <IE.au3> Local $Browser = _IECreate("www.google.com") Sleep(5000) WinSetState(...
-
I've written a little experimental program, using 2 shortcuts, to manage a relay. The shortcuts are: C:\USB-relæ\USBRelay\USBRelay.exe -c:8 -r:1#1 ( = 'ON') C:\USB-relæ\USBRelay\USBRelay.exe -c:8 -r:1#0 ( = 'OFF') The script (the compiled .exe) is doing what it is supposed to do, using the Run ("C...