When I load my big form with a lot of controls on it, some controls get shown quickly, some takes a while. How can I make them shown at the same time?
Printable View
When I load my big form with a lot of controls on it, some controls get shown quickly, some takes a while. How can I make them shown at the same time?
Hi,
Not sure 'cos I haven't tried it but try setting the form's Visible property to False in the design view and then set it to True in the Activated event of the form. (NOT the Load event).
Thanks. That helps.