Click here to Skip to main content
15,881,831 members

Articles by BillW33 (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.50

Programming Languages
C#
29 Sep 2010   Updated: 29 Sep 2010   Rating: 4.50/5    Votes: 3   Popularity: 2.15
Licence: CPOL    Views: 7,891     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Instead I would use double buffering. Just use the linethis.SetStyle(ControlStyles.AllPaintingInWmPaint |ControlStyles.UserPaint | ControlStyles.DoubleBuffer, true);There is a nice article on double buffering Win Forms here[^].

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
United States United States
I have been writing software professionally for many years, mostly using C, C++ and C#.