Hi All,

I'm working on a VB Application that contains MDI frmMain, frmIndex, and more child forms. Everytime
I cancelled out of one of the child forms and try to open another child form, it takes at least 15 seconds or more to open it. I want to know what is best solution to keep the user aware that the system is working? I'm thinking of 3 possible options:
1. Put in a hourglass
2. A progress bar in the status bar
3. Status bar with descriptive text indicating the program is loading

Does anyonw have any idea which option is the best and why you choose that option? Or are there any other options? Does anyone have any VB codes that they want to share with me that does the job of any of these above options?

Your help is appreciated!

Thanks

Anne
Beginner in VB