xp style button in MessageBox.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, there, I know there are several classes that can make the buttons in a dialog box become xp style. I'd like to know how I can do the same thing to the buttons in the MessageBox. In other dialog box, I need to set the buttons to "Owner Drawer" and the subclass the button with other class that can actually draw the button. But in MessageBox, I don't know how to do something similar.:confused: Any suggestion would be highly appreciated. Thanks a lot.:) Bin