How do you make custom buttons in a MessageBox?
Thanks in advance, August.
This is a discussion on Custom Buttons in a MessageBox? within the C++ Programming forums, part of the General Programming Boards category; How do you make custom buttons in a MessageBox? Thanks in advance, August....
How do you make custom buttons in a MessageBox?
Thanks in advance, August.
Dialogs.
Winprog.org is a nice site.
xMsgBox (near the bottom) provides custom buttons by hacking the Windows message box.