Jump to content

hide on taskbar


 Share

Recommended Posts

Hi All,

I wrote an app a few years ago and have revisited it to improve it, one thing I can't sort it to not show it on the taskbar, but show it in the system tray, the point of the app is to allow users easy access to info that tech support may ask, like username, pc name & IP address.

I've searched the forums but not found a answer, can anyone point me in the right direction.

Thanks in advance#

RichE

RichE

[font="'Arial Narrow';"]Current projects[/font]

[font="'Arial Narrow';"]are on my site [/font]Sellostring

Link to comment
Share on other sites

There is a variation where you create an unseen, unactivated and, otherwise, unreferenced parent window:

Global $hP = GUICreate("", 0, 0, 0, 0, 0, $WS_EX_TOOLWINDOW)

I started using it because I was skeptical of having multiple compiled scripts use a common parent at runtime ... although I've never seen anything about that as an issue ... and maybe there's even a different Au3 for every running script.  I just didn't know.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...