Display a Form while another form is loading

G

geebee

Hi,

I would like to display a simple form while a more
complex, slower form is loading so users don't get too
impatient. Does anyone know how I can do this?

Thanks in advance,
geebee
 
J

Jim Allensworth

How about just open the light form and have it open the heavy form in
it's Open event? Then the heavy form would close the light one when it
opens.

- Jim
 
Top