Steps to improve WinForms redraw
// Set these in the constructor SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.DoubleBuffer, true);
Steps to improve WinForms redraw
// Set these in the constructor SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.DoubleBuffer, true);
TrackBack URL: http://www.iwebthereforeiam.com/cgi-bin/mt/mt-tb.cgi/1071
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.
Leave a comment