Carl Posted April 23, 2006 Posted April 23, 2006 Hi, I have the following code: GuiCreate("Login", 183, 75, (@DesktopWidth-166)/2, (@DesktopHeight-75)/2, $WS_POPUP + $WS_CAPTION) But I don't want a icon of the program in the systemtray. Is there a way to prevent it from doing that?
Thatsgreat2345 Posted April 23, 2006 Posted April 23, 2006 (edited) #NoTrayIcon GuiCreate("Login", 183, 75, (@DesktopWidth-166)/2, (@DesktopHeight-75)/2, $WS_POPUP + $WS_CAPTION) Edited April 23, 2006 by thatsgreat2345
Carl Posted April 23, 2006 Author Posted April 23, 2006 #NoTrayIcon GuiCreate("Login", 183, 75, (@DesktopWidth-166)/2, (@DesktopHeight-75)/2, $WS_POPUP + $WS_CAPTION)Thanks
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