Jump to content

Recommended Posts

Posted

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?

Posted

I'm trying to have my script open a new (blank) window

Would that be an explorer window?

such as:

Run('explorer.exe c:\Program Files\')
Posted

Like this:

#include <GUIConstants.au3>

GUICreate('')

GUISetState(@SW_SHOW)

While GUIGetMsg() <> -3
WEnd

Beta version is best with Gui stuff.

Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...