MessageBox buttons overridable?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All, I'm working towards making an application Microsoft Logo
Certified. One of the requirements is to use "Done" on softkeys for screens
requiring a confirmation from the user. I use a MessageBox to show
confirmation dialogs, but the MessageBox by default provides "Ok" and
"Cancel" soft buttons. Is there a way to override this MessageBox behavior so
that I can put "Done" instead of "Ok". This problem is a bit more difficult
with Smartphones.

Btw, I wonder why MS has chosen such a requirement in its Logo Program.....
 
The "Done" soft button requirement is for your own modal dialogs. The message
box is suppose to have OK and Cancel.

HTH... Alex
 
Back
Top