JohnRichard Posted April 14, 2009 Posted April 14, 2009 How can i make a GUI with only X on it. Thats a GUI without minimize and maximize. Just only close (X). Is this possible?
Mat Posted April 14, 2009 Posted April 14, 2009 use just sysmenu: GUICreate ("GUI", 100, 100, -1, -1, $WS_SYSMENU) AutoIt Project Listing
JohnRichard Posted April 14, 2009 Author Posted April 14, 2009 use just sysmenu: GUICreate ("GUI", 100, 100, -1, -1, $WS_SYSMENU) many thanks mdiesel
Mat Posted April 14, 2009 Posted April 14, 2009 many thanks mdiesel no probs!You should play around with the different styles, you can get some interesting results... AutoIt Project Listing
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