Custom Control Selectable Text
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have seen that a similar question to this was asked before, but the answer was just use a textbox. i am trying to create a xchat / linkinus style conversation window. i have tried using a rich text box, but it just doesnt give me the level of control over rendering i need. Is there a way i could have a custom control, that still has ability to select text. i have also looked at the WebBrowser control but it seems to rely on IE, which has two problems, 1. overhead, 2. cross platform. ( i have found a custom html render, but it doesnt have selectable text. http://www.bruceshankle.com/_mgxroot/page_10764.html[^] is it possible to give this control this ablilty? ) Thanks in advance. Lloyd Sparkes