onwner draw button
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i want to specify the caption of the owner draw button at design time.
-
i want to specify the caption of the owner draw button at design time.
Place your caption in the resource file (as with a classic button), then extract your text at runtime using GetWindowText. With an owner-drawn button, you will need to draw the text yourself. Regards, BB http://spin.neostrada.pl