Window into tray items bar

Started by
1 comment, last by Jasper91 16 years, 9 months ago
Hi all, I was wondering about how I can put my program into the tray items bar (right bottom, Windows) by clicking the minimize button! Thanks for your help, Jasper
Advertisement
You can use Shell_NotifyIcon() to add, delete or modify an icon in the taskbar status area. If you want to do it on minimize, you'll want to hide the window and create the icon when the WM_SIZE message has a SIZE_MINIMIZED in the wparam.
Thx SiCrane! I'll have a try :D

This topic is closed to new replies.

Advertisement