Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TrayIcon Problem

Status
Not open for further replies.

EUluhan

Programmer
Jul 13, 2003
1
0
0
TR
Hi,

I have facing a problem regarding to TrayIcon component. In first minimization process my application hides itself from the taskbar and sets itself to system tray. However, after restoring, it do not hides from the taskbar anymore

Any suggestions?
 
Have u some code for the OnActivate & OnDeactivate, etc events?



---LastCyborg---
 
To make a window that does not show in the taskbar use the WS_EX_TOOLWINDOW style in the CreateWindowEx function when you create the window. This will also mean that you cannot task-switch to this window using ALT+TAB when it is active.
Hope that helps.

Adonai :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top