butji Posted May 18, 2007 Posted May 18, 2007 (edited) ive made a guiill explain my problem by this pictureEDIT: oh and i also want the gui to show on the screen so like this "gui on screen and in system tray, but no gui on statusbar" u understand?-butji Edited May 18, 2007 by butji
Valuater Posted May 18, 2007 Posted May 18, 2007 Maybe... #include <GUIConstants.au3> GUICreate("No task bar", 800, 300, -1, -1, Default, $WS_EX_TOOLWINDOW) GUISetState() While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend 8)
Valuater Posted May 18, 2007 Posted May 18, 2007 Maybee.... #include <GUIConstants.au3> $Dummy = GUICreate("") GUICreate("No task bar", 800, 300, -1, -1, Default, Default, $Dummy) GUISetState() While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend 8)
butji Posted May 18, 2007 Author Posted May 18, 2007 that works out great!!!! ty so much ok now how do i do so that the gui will allways be on top unless there is some fullscreen thing open?
Valuater Posted May 18, 2007 Posted May 18, 2007 One way.... WinSetOnTop ( "title", "text", flag ) see help 8)
Zedna Posted May 18, 2007 Posted May 18, 2007 that works out great!!!! ty so much ok now how do i do so that the gui will allways be on top unless there is some fullscreen thing open? BitOr($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW)oÝ÷ Økçm¡Ú"¶)ÀºÚ"µ».qǬ°hmz0-¢f¤z«¨´ i'¶*'J01¨§æ Resources UDF ResourcesEx UDF AutoIt Forum Search
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