dufran3 Posted November 27, 2006 Posted November 27, 2006 I swear there is something to hide the title bar of a GUI, I can't find it in the doc. though.
freanir Posted November 27, 2006 Posted November 27, 2006 #include <GUIConstants.au3> $t = GUICreate("Title", 200, 200, -1, -1, $WS_POPUP) GUISetState(@SW_SHOW, $t) While 1 Sleep(1000) Wend (Quick and dirty) Took me 1 Minute to find... freanir
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