Pretty clear name. I am writing a C ++ application using the Win32 API, and I would like to know how to minimize the system tray. I can find all kinds of articles on the Internet about folding into the system tray in C #, Python, even Visual Basic, I think, but for life I can not find a single article on how to reduce something to the system tray in C ++ .
Any help or even a redirect is welcome.
EDITOR: Answer to the question. Once I found out about the Shell_NotifyIcon function, I could easily find this CodeProject article , which is exactly what I need.
c ++ winapi minimize
Ken bellows
source share