I know this subject has been asked lots of times on this forum, but I have a slightly different situation and need a bit of guidance (as always )
I have an application that when loaded, opens up a login form that just loads connection settings and checks connection to the database. The form obviously loads quickly. This login form allows the user to load two different forms depending on the selection of a combobox, either "Main App" or "Admin App". Now the problem is that both these forms "Main App" and "Admin App" take awhile to load. The way that I can see to get around this is to:
1) Load splash screen
2) somehow load login form (not visible)
3) somehow load "Main App" form (not visible)
4) somehow load "Admin App" form (not visible)
5) close splash screen
6) show login form
then when the user logs in the forms should load quickly.
The problem is, that I am unsure whether this is the best way to do this??? or how to go about doing this in vb.net.
Thanks
Simon
I have an application that when loaded, opens up a login form that just loads connection settings and checks connection to the database. The form obviously loads quickly. This login form allows the user to load two different forms depending on the selection of a combobox, either "Main App" or "Admin App". Now the problem is that both these forms "Main App" and "Admin App" take awhile to load. The way that I can see to get around this is to:
1) Load splash screen
2) somehow load login form (not visible)
3) somehow load "Main App" form (not visible)
4) somehow load "Admin App" form (not visible)
5) close splash screen
6) show login form
then when the user logs in the forms should load quickly.
The problem is, that I am unsure whether this is the best way to do this??? or how to go about doing this in vb.net.
Thanks
Simon