|
-
Nov 26th, 2002, 01:52 AM
#1
rich textbox flickers
I'm trying to highlight certain keywords AS THE USER TYPES text in a rich textbox. The only way I could think of was to search through the whole textbox everytime the CHANGED event is fired, and then colorize the keywords (which turns out to be really slow).
The problem is that it flickers alot, because I'm selecting and unselecting certain keywords in order to colorize them. I tried the suspendlayout method, but sounds like it doesnt do anything whatsoever
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|