Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a user control with some text boxes and one RichTextBox.

The standard text boxes work normal.

But when moving the mouse within RichTextBox, the mouse cursor is flickering.

What I have tried:

I checked all events like mouseMove, mouseEnter, mouseHover.

Checked the complete project but do not find the culprit.

Could I detect the reason for this issue with code ?
What else could I do ?
Posted
Updated 17-Nov-20 9:37am
Comments
The Other John Ingram 17-Nov-20 13:55pm    
try

https://stackoverflow.com/questions/1550293/stopping-textbox-flicker-during-update
Jo_vb.net 17-Nov-20 16:01pm    
Thank you will try that.

1 solution

RichTextBox is a cumbersome Control, try the Fast Colored TextBox instead: Fast Colored TextBox for Syntax Highlighting[^]
It's written in C#, but you should be able to use the dll from VB.NET.
 
Share this answer
 
Comments
Jo_vb.net 17-Nov-20 16:01pm    
Thank you will check this tomorrow.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900