Transparent RichTextBox
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone! I'm really in need of some professional help here. I'v created at transparent richtextbox, using this article:http://www.codeproject.com/cs/miscctrl/TransparentTextBox.asp?df=100&forumid=128070&exp=0&select=977976 As some of the users point out, the box does funny things when you scroll. I then overrided the OnVScroll, and this almos solved the problem. If you use the two up and down buttons in the scrollbar, or use the mouse to scroll the box updates with no problems. BUT if you use the bar it self, the scrollbar, then noting happens,and the text is screwed. I really hope someone can help me with this!!!! Thanks in advance.