Readshoters Posted December 5, 2010 Posted December 5, 2010 @sw_hide hide the program and I want to hide only the title of the taskbar
enaiman Posted December 5, 2010 Posted December 5, 2010 Play a little with "$WS_EX_TOOLWINDOW" as a window style - it might be what are you looking for. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Zedna Posted December 5, 2010 Posted December 5, 2010 (edited) Use $WS_EX_TOOLWINDOW extended style #NoTrayIcon #include <GUIConstants.au3> $Form1 = GUICreate("Test GUI", 633, 453, 193, 115, $GUI_SS_DEFAULT_GUI, $WS_EX_TOOLWINDOW ) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd EDIT: ah I'm too slow here :-) Edited December 5, 2010 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Readshoters Posted December 6, 2010 Author Posted December 6, 2010 I use the autoit program to hide the taskbar not hide the program from the desktop could post a code example with the notpad for that I can better understand do not speak English I hope you're getting the google translation
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