Hi,
Has anyone extended the .NET RichBextBox control to be able to select text by "block selection"? If so, care to share your code?
Thanks.
--Lenard
Hi,
Has anyone extended the .NET RichBextBox control to be able to select text by "block selection"? If so, care to share your code?
Thanks.
--Lenard
As far as I know, the only way to do that is with the SendMessage from the API, using EM_CHARFROMPOS.
You would have to do some rectangle border search/tracking and experiment to find the efficient solution, but that would be the basics.
Hi Lenard,
I found your post while searching for the same capability. Have you found a solution?
Thanks, Bob
Hi Lenard and Bob, If you find any solution for the Block selction feature in rich textbox, please share.. Thanks in advance