Klovis Posted July 16, 2011 Posted July 16, 2011 Well I have this script that I want to go undetected and hidden from the tray and taskbar, is there any way on how to do that. Here is the script: #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("", @DesktopWidth, @DesktopHeight, -1, -1, $WS_POPUP, $WS_EX_TOPMOST) GUISetBkColor(0xFFFFFF) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### WinSetTrans("", "", 1) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEndHidden.au3
taietel Posted July 16, 2011 Posted July 16, 2011 #NoTrayIcon $WS_EX_TOOLWINDOW It's visible in Task Manager, as it should be. Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text
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