Loading... boxes

  • Thread starter Thread starter I.P
  • Start date Start date
I

I.P

Hey guys,

I want to display some kind of box that
displays "Loading.." while my application is being updated
in the background. This is because I want the user to
know that the program is running.

Anyone know how I can do this? Thanks for all your help.

Iva
 
Create a small unbound form to display the message.

MsgBox() won't work, of course, because it opens in Dialog mode and pauses
the code.
 
Back
Top