Loading... boxes

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
 
A

Allen Browne

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.
 

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

Top