GAM Posted March 11, 2008 Posted March 11, 2008 Hi, Can anyone assist me ......'is there any function to display GUI without taskbar, close button and minimize button. I mean, It should only display a message with out taskbar(blue bar above the window), close button and minimize button. Neil
rasim Posted March 11, 2008 Posted March 11, 2008 This?: #include <GuiConstants.au3> $hGui = GUICreate(":-)", 300, 200, -1, -1, $WS_CAPTION, $WS_EX_TOOLWINDOW) GUISetState() Do Until GUIGetMsg() = $GUI_EVENT_CLOSE
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