freeze window

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Hi,

on a winform in Vb2005 i've multiple tabpages. When the form loads, all
tabpages loads one after another which is not very pleasant to look at , in
fact it's very exciting ; Is it possible to freeze the screen and unfreeze
after all the tabpages are loaded ?

Regards, Rob
 
Rob, you can disable the Form by settings its Enabled property to false
before you start updating the tab pages and restore it afterwards.
 
Hi Stanimir,

unfortunatly it's no success. The form still loops over the different
Tabpages with a shitering of the screen as result.
any other idea's ?
kindley regards, Rob
 
Back
Top