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 want to look into 'Splash' Screens.
Display another 'Splash' form and wait until the processing is done.
Here is an example on how to do it.