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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top