rysiora Posted November 27, 2005 Posted November 27, 2005 How create GUI without minimize, maximize & close buttons ? Just only empty bar with title of window?
LxP Posted November 27, 2005 Posted November 27, 2005 (edited) Try using BitOR($WS_POPUP, $WS_CAPTION) for the style parameter of your GUICreate(). This gets rid of some of the default styles.Edit: Typo. Edited November 27, 2005 by LxP
MHz Posted November 27, 2005 Posted November 27, 2005 I just use $WS_DLGFRAME style for a empty title bar.
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