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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top