On WM_MINIMIZE, ShowWindow() with the hide parameter. When they click on your taskbar icon, use ShowWindow(), this time to unhide. Register an icon in the task bar with Shell_Notify().
Kip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Alls
I want minimize my application into systray
how to make this? Please.....
thank's for your answer.
Macgile
On WM_MINIMIZE, ShowWindow() with the hide parameter. When they click on your taskbar icon, use ShowWindow(), this time to unhide. Register an icon in the task bar with Shell_Notify().
Kip
Thank's Kip,
I try this
Macgile