Pieter Posted December 31, 2006 Posted December 31, 2006 Is there a way to hide the GUI from the task bar? I'm trying to make a popup window without a border, so I don't want the window to show up there. iPod + Online calendars = iPodCALsync
Zedna Posted December 31, 2006 Posted December 31, 2006 $WS_POPUP and $WS_EX_TOOLWINDOW style $gui = GuiCreate("AutoDial",$PrubehSirka+4,$PrubehVyska+4,$PrubehX,$PrubehY,BitOR($WS_POPUP,$WS_BORDER),BitOr($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW)) 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