How to set a message on screen and remove from code

petko

Registered User.
Local time
Today, 21:28
Joined
Jun 9, 2007
Messages
89
Hi,

I would like to put a message on the screen for informing the user - mostly during some procedures that might take time or when, after a warning, I want to go on with the program but without action from the user.
Msgbox is obviously not the one I'm looking for as it needs customer aknowledge.
Is there a solution for this task?

Thanks in advance
 
Hello, you can create a Form, designed like a MessageBox, then you can use the Timer Property to close the form after a few seconds.

The other choice is to use this method provided in MSDN ! Although I have used it, but not 100% reliable, so would go with Form method. That is more reliable.
 

Users who are viewing this thread

Back
Top Bottom