Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

Flicker Free C# Class
By Kenton Brown

My example shows a way to open and close a graphic panel animation without flicker The SetStyle(ControlStyles.DoubleBuffer, true) was not used as this only benefits graphics running from within onPaint It double buffers by drawing the graphic offscreen.

See source code for references.

Download TestSpacePanel.zip