timeout on MessageBox()

  • Thread starter Thread starter HenrikFogh
  • Start date Start date
H

HenrikFogh

Hi,

Is there a simple way to make the MessageBox dialog to timeout.
My application can't allow the user to hang the program in this manner.

Thanks,
HenrikFogh
 
Henrik,

You can create your own dialog that provides more or less the functionality
of a MessageBox, but since you want the dialog to disappear after a timeout
value, I wonder if this is really the best approach. I'm assuming that you
want to display a message until the user reads it, right? Maybe using a
multiline textbox on the form to display status messages would work better.
 

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