|
-
April 12th, 1999, 03:25 PM
#1
System Tray Query
Hi All,
How can I get my app to have it's icon in the system tray rather than the task bar? I've looked at the CSystemTray code on the codeguru site but it seems more complicated than it needs to be really. I can't work out how I would code it so that all that the icon does is to is minimise or maximise my app.
I just want to keep the app out of the way as it is a messaging tool that will be running all the time.
Thanks....
Nick......
-
April 12th, 1999, 07:18 PM
#2
Re: System Tray Query
They are two different things
1) System tray is rather easy to implement, look at Shell_NotifyIcon()
2) To remove the program from the task bar, I assume you can hide it....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|