I am using Visual Basic 2003 and I have written a notepad like application
using the RichTextBox control. I am having trouble trying to emulate
Microsoft Words text block copy/paste feature. In MS Word you would Hold
Alt
while clicking and dragging the mouse. A block of text would then be
selected
and you can then copy and paste what you have selected. Has anybody done
this?
What I am trying to do is copy multiple columns across multiple rows. I do
not want to copy multiple rows just multiple columns.
Thanks.