I have a form that is very slow because there are many controls placed on the form.
As a result the form takes a long time to loaded.
How do I load the fo
You should create a background thread to to create and populate the form. This will allow your foreground thread to show the loading message.