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.
 
you can also use access progress meter
see SysCmd Function in online help
 

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