Guys
I have a request from one of my clients to create some sort of control
to select text, but not all of it..
So, users want to select specific text to be selected and currently
they use a lot of RichTextBox controls.
For example:
We have this text
-------
1
2        Hello World
3                Line3: Some text
4                Line 4: Another text

------------------

Let say User wants to select "World " and "Line 3: Some" and "Line 4"
I would like to build a poligon around all text with ability to move
borders around text.
Is there any way to build it by extending RichTextBox or do I need to
build new control from scratch?

Please give me any idea :), I really don't know what direction to go :)

Reply via email to