how to have a msgbox close after a pause

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

Guest

Is there a way to have a msgbox automatically close after a pause? I need to
display it for about 15 seconds then disappear.
 
Not a message box, but you can build a form and have that pop up for 15
seconds. Just use the timer event of that little form to close itself after
15 seconds.
 
Not sure if it can be done, but if it's not possible, create a small form
that can look as MsgBox, and use the form Timer to close it self after a
certain time
 

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