4Eyes Posted March 23, 2009 Posted March 23, 2009 Hi guys, Is it possible to make a gui that is the full size of the screen without borders, title bar etc? Thanks, 4Eyes
RomanK Posted March 23, 2009 Posted March 23, 2009 yes,_simply_use_something_like: GUICreate("fullscreencover",@DestopWidth,@DesktopHeight,0,0,$WS_POPUP) (Sorry,_I_am_at_a_school_computer_with_a_damaged_Space_key__) [font="Courier New"]http://RomanK.hondadesigns.com[/font]
4Eyes Posted March 23, 2009 Author Posted March 23, 2009 yes,_simply_use_something_like: GUICreate("fullscreencover",@DestopWidth,@DesktopHeight,0,0,$WS_POPUP) (Sorry,_I_am_at_a_school_computer_with_a_damaged_Space_key__) Really, it's that simple? Sheesh... sorry to waste your time. Regards, 4Eyes
RomanK Posted March 23, 2009 Posted March 23, 2009 (edited) well, you'll also need the include for $WS_POPUP or write the 0x.... thingy. But that's all. (Yeah, I replaced the space key with the rolling-key ) Edited March 23, 2009 by RomanK DanteMay 1 [font="Courier New"]http://RomanK.hondadesigns.com[/font]
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