brodie28 Posted January 29, 2005 Posted January 29, 2005 I'm trying to have my script open a new (blank) window, but all i can find in the help file is how to open a message box... can someone please help me with this?
MHz Posted January 29, 2005 Posted January 29, 2005 I'm trying to have my script open a new (blank) windowWould that be an explorer window?such as:Run('explorer.exe c:\Program Files\')
brodie28 Posted January 29, 2005 Author Posted January 29, 2005 No, not an explorer window... just a blank window (absoloutly nothing in it except a blue bar accross the top and an X to close it)
MHz Posted January 29, 2005 Posted January 29, 2005 Like this: #include <GUIConstants.au3> GUICreate('') GUISetState(@SW_SHOW) While GUIGetMsg() <> -3 WEnd Beta version is best with Gui stuff.
brodie28 Posted January 29, 2005 Author Posted January 29, 2005 why doesnt any gui stuff appear in the help file? are there any more gui commands that i should know?
zcoacoaz Posted January 29, 2005 Posted January 29, 2005 you have to have the beta version for gui stuff to work and show up in the help file [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
brodie28 Posted January 29, 2005 Author Posted January 29, 2005 so it wont work with my non beta version?
Helge Posted January 29, 2005 Posted January 29, 2005 so it wont work with my non beta version?<{POST_SNAPBACK}>Correct !For it to work you have to download autoit-v3.1.0.exe from here..Good luck !
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