Captnplanet Posted June 8, 2007 Posted June 8, 2007 I want a window with a few buttons, but NO buttons on the top right, the Minimize, Maximize and the Close button have to leave. I searched for a while but I couldnt find a way to do this with GuiCreate Help?
dabus Posted June 8, 2007 Posted June 8, 2007 (edited) #include <GuiConstants.au3> GUICreate('Test', 100,100,100,100, $WS_POPUP) GUISetState() Sleep (3000) Please have a closer look at the helpfile and search for Style and Extended Style. Edited June 8, 2007 by dabus
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