Click here to Skip to main content
15,798,592 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a newbie learning Microsoft Visual C++ 6.0, and I'm thinking how to minimize form (Dialog) to systray. Can anybody help me? Thank you.... I really appreciate answers to help me :D
Posted

But if you cannot throw away VC 6 and get hold of VS2010.
For example, if you should work on some old project, in short if you should support the VC6's project , the following links may help you :

System Tray Icons - Minimize Your Application to the SysTray

http://www.codeguru.com/cpp/controls/controls/systemtray/article.php/c5309/SDIMDI-MFC-Application-in-the-Windows-System-Tray.htm

http://www.gidforums.com/t-5815.html

Minimize window to system tray

http://visual-c.itags.org/visual-c/205023/

Good luck!

Regards,
Alex.
 
Share this answer
 
Firstly I would suggest you throw away VC 6 and get hold of VS2010. If you cannot afford to buy a commercial version then there is a perfectly good free version available here[^]. There are a number of articles on the subject of minimising to the systray here on CodeProject[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900