How to preventing flashing at form construction

  • Thread starter Thread starter sj
  • Start date Start date
S

sj

I am developing a kiosk application running CE.NET. The application
launches wizards, where each page of the wizard is a form in itself.
When I start the application, a splash screen appears.

Now, all the 50-60 wizard pages are being created behind the scenes. I
see an ugly flashing (a rectangle that maximizes and then minimizes) of
each page that is created, even though they are programmatically set to
Hide in the constructor.


I tried moving the location of the form of the screen, but that doesn't
seem to do the trick.

Sandeep
 
Back
Top