Steps to improve WinForms redraw

| | No TrackBacks

Steps to improve WinForms redraw

// Set these in the constructor
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);

No TrackBacks

TrackBack URL: http://www.iwebthereforeiam.com/cgi-bin/mt/mt-tb.cgi/1071

Leave a comment

Verification (needed to reduce spam):

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Entry

This page contains a single entry by Hugh Brown published on May 7, 2004 3:39 AM.

Creating Front Ends with the WebBrowser Component was the previous entry in this blog.

Forcing low memory for testing is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.