Spongey 0 Posted July 31, 2006 Why does the @sw_maximize option work only sometimes with WinSetState? Any ideas? Thanks! Share this post Link to post Share on other sites
herewasplato 2 Posted August 1, 2006 Why does the @sw_maximize option work only sometimes with WinSetState? Any ideas? Thanks!Welcome to the forums.You might want to post the code that you are having trouble with. Hide herewasplato's signature Hide all signatures [size="1"][font="Arial"].[u].[/u][/font][/size] Share this post Link to post Share on other sites
JSThePatriot 17 Posted August 1, 2006 It would really depend on what you called with GUICreate(). JS Hide JSThePatriot's signature Hide all signatures AutoIt LinksFile-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.ComputerGetInfo UDF's Updated! 11-23-2006External LinksVortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Share this post Link to post Share on other sites
Spongey 0 Posted August 7, 2006 Why does the @sw_maximize option work only sometimes with WinSetState? Any ideas? Thanks!Oaky, here's the code. I left out the ip addresses.Thanks!MLRun("C:\\Program Files\Internet Explorer\\Iexplore.exe nnn.nnn.nnn.n")WinWaitActive("nnn.nnn.nnn.n: PacketShaper Login")WinSetState("nnn.nnn.nnn.n: PacketShaper Login","",@sw_maximize);Send("{F11}")Sleep(1000) Share this post Link to post Share on other sites
nfwu 3 Posted August 7, 2006 Run("C:\\Program Files\Internet Explorer\\Iexplore.exe nnn.nnn.nnn.n") WinWait("nnn.nnn.nnn.n: PacketShaper Login") WinActivate("nnn.nnn.nnn.n: PacketShaper Login") WinWaitActive("nnn.nnn.nnn.n: PacketShaper Login") WinSetState("nnn.nnn.nnn.n: PacketShaper Login","",@sw_maximize) ;Send("{F11}") Sleep(1000) #) Hide nfwu's signature Hide all signatures TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode() Share this post Link to post Share on other sites
user6540 0 Posted August 10, 2006 Run("C:\\Program Files\Internet Explorer\\Iexplore.exe nnn.nnn.nnn.n") WinWait("nnn.nnn.nnn.n: PacketShaper Login") WinActivate("nnn.nnn.nnn.n: PacketShaper Login") WinWaitActive("nnn.nnn.nnn.n: PacketShaper Login") WinSetState("nnn.nnn.nnn.n: PacketShaper Login","",@sw_maximize) ;Send("{F11}") Sleep(1000) That should take care of that prob. Share this post Link to post Share on other sites