[Win32] How do I minimize to the taskbar?

Started by
2 comments, last by LordElectro 23 years, 2 months ago
I wanna make a simple one window application that can be minimized into the taskbar like ICQ. I wanna have a menu that people can right click to access when the application is sitting in the taskbar (wait, it's not called the taskbar is it? it's something else right?. Anyway, how do i create such a window? To recap: Window, minimize same way ICQ, need a right clickable menu. Im using C++ btw. Edited by - LordElectro on January 30, 2001 1:55:38 PM
BetaShare - Run Your Beta Right!
Advertisement
Shell_NotifyIcon

is the function that does all you need with the system tray

menus.. is another thing, mail me if you want some sample code.

jonasm@periskop.dk
Jonas Meyer Rasmussenmeyer@diku.dk
Shell_NotifyIcon

is the function that does all you need with the system tray

menus.. is another thing, mail me if you want some sample code.

jonasm@periskop.dk
Jonas Meyer Rasmussenmeyer@diku.dk
Look it up on www.codeguru.com. There''s an MFC class there for it.

If you''re using MFC it will help you greatly, if you''re not, it will still be useful for sample code.

This topic is closed to new replies.

Advertisement