Title bar
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi every I want to change the titlebar of Dialog (Win) to same as the MAC (Aqua). Any one can help me ? Thanks very much.
-
Hi every I want to change the titlebar of Dialog (Win) to same as the MAC (Aqua). Any one can help me ? Thanks very much.
Handle WM_NCPAINT to change appearance. Then perform hittest to determine what elements of new title bar are clicked and ensure they respond the way you need them to.