all groups > dotnet windows forms > april 2006 >
You're in the

dotnet windows forms

group:

RichTextBox flicker reduction methods?



RichTextBox flicker reduction methods? Özden Irmak
4/30/2006 11:58:07 PM
dotnet windows forms: Hello,

One of the WindowsForms controls that I developed uses a richtextbox as an
editor in one of it's properties. As it does syntaxhighlighting, I get a lot
of flicker at this operation. Using LockWindowUpdate API helps a lot but at
the same time causes the desktop to flicker like a hell.

I would like to ask if anybody knows a better method?

Regards,

Özden Irmak

Re: RichTextBox flicker reduction methods? Herfried K. Wagner [MVP]
5/1/2006 12:13:52 AM
"Özden Irmak" <ozdenirmak (at) isnet.net.tr> schrieb:
[quoted text, click to view]

Preventing controls from redrawing
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=disableredrawing&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Re: RichTextBox flicker reduction methods? Özden Irmak
5/1/2006 1:37:12 AM
Thanks,

Not perfect but seems to reduce the flicker...

Regards,

Özden

[quoted text, click to view]

AddThis Social Bookmark Button