docking windows flickering

  • Thread starter Thread starter Robert Batt
  • Start date Start date
R

Robert Batt

Hello,
I am using the docking windows from dotnetmagic.com
in my vb.net application. There are stages where I need to
hide some windows and unhide others. However there is a
lot of flickering going on when this happens. Is there any
command in visual basic .net that stops this flickering
and doesn't show the re-painting of the screen, much like
echo on and echo off in vba.

Regards
Robert
 
Have a look at the suspendlayout and resumelayout methods.

If this doesn't help you may need to implement double
buffering.
 
Back
Top