n9mfk9 Posted November 19, 2006 Posted November 19, 2006 (edited) Hi all this will run but not MAXIMIZE Run("c:\windows\system32\RunDll32.exe shell32.dll,Control_RunDLL ncpa.cpl,@SW_MAXIMIZE")what did i miss? thanks beau Edited November 19, 2006 by n9mfk9
layer Posted November 19, 2006 Posted November 19, 2006 (edited) i think you need to take the @SW_MAXIMIZE out of the quote, its been a while so i could be wrong - but try it Edited November 19, 2006 by layer FootbaG
sheck Posted November 19, 2006 Posted November 19, 2006 Hi all this will run but not MAXIMIZE Run("c:\windows\system32\RunDll32.exe shell32.dll,Control_RunDLL ncpa.cpl,@SW_MAXIMIZE")what did i miss? thanks beauThis is the only way I could get it to work. Not a very efficent way, but I couldn't come up with anything else. Run("c:\windows\system32\RunDll32.exe shell32.dll, Control_RunDLL ncpa.cpl") WinWaitActive("Network Connections", "") WinSetState("Network Connections", "", @SW_MAXIMIZE) Live and Learn, 'cause Knowledge is Super Power.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now