how can i auto close a messagebox when it has been open for say, 30 seconds?
Printable View
how can i auto close a messagebox when it has been open for say, 30 seconds?
You would have to create your own msgbox, and use a Timer to close it.
hmmm, ok thank you very much