Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am loading a form which is populated with several pictures and controls.
There is a small delay in it's loading so I would like to hide it and make it visible again.
How do I check if it's loaded?
If SOMETHING Then FormShapes.Show() Else Application.ShowModalDialog(Application.MainWindow.Handle, FormShapes, False) End If
Solved! Go to Solution.