JustinReno Posted November 10, 2007 Posted November 10, 2007 (edited) I'm trying to disable the minimize button on a GUI. But I want the Maximize button and exit buttons still working. I've looked through the helpfile and found GUIEventOptions but that didn't work. There isn't any code to it, but I'm just wondering if there are anyways to. Thanks. Edited November 10, 2007 by JustinReno
searchresult Posted November 10, 2007 Posted November 10, 2007 (edited) I'm trying to disable the minimize button on a GUI. But I want the Maximize button and exit buttons still working. I've looked through the helpfile and found GUIEventOptions but that didn't work. There isn't any code to it, but I'm just wondering if there are anyways to. Thanks. here is the code $Form1 = GUICreate("Form1", 633, 447, 193, 115, BitOR($WS_MAXIMIZEBOX,$WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_TABSTOP,$WS_BORDER,$WS_CLIPSIBLINGS)) Edited November 10, 2007 by searchresult
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