MessageBox.Show Question

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

Guest

Hi

Is there a way to, when using the "MessageBox.Show", to have the focus NOT
set to the OK buton?
I want to make the users read the message, and use the mouse to close the
window.

Thanks

BrianDH
 
"BrianDH" <[email protected]>'s wild
thoughts were released on Tue, 21 Sep 2004 07:19:02 -0700
bearing the following fruit:
Hi

Is there a way to, when using the "MessageBox.Show", to have the focus NOT
set to the OK buton?
I want to make the users read the message, and use the mouse to close the
window.

Either show your own form instead then you have complete
control, or also have a cancel button and make that the
default. I still doubt you'll get users to read message
boxes though ;-)




Jan Hyde (VB MVP)
 

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

Similar Threads


Back
Top