How do I add a custom mimize button?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everone, Can I override some function(s) to customize the minimize button, that is the WM_MINIMIZEBOX? Is it also possible to add a new button in the title bar?
-
Hi everone, Can I override some function(s) to customize the minimize button, that is the WM_MINIMIZEBOX? Is it also possible to add a new button in the title bar?
You'll have to handle WM_NCPAINT. DrawFrameControl can help in button drawing. This was discussed once in MSJ, search your VC++ help for ShadeCap. Tomasz Sowinski -- http://www.shooltz.com