How can you speed up the display of WinForms in C#?

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-05-27T15:59:50Z Indexed on 2010/05/27 16:11 UTC
Read the original article Hit count: 247

Filed under:
|
|

How can you speed up the display of WinForms in C#?

I am finding that forms are being painted quite slowly, even if the window is being 'reactivated' (ie. switched to) after having been already loaded.

Other languages seem to be render forms a lot quicker.

Is there a way to speed things up? Using C# in VS2005.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET