Hello Dave,
>Is there a way to select columns of text spanning multiple rows for
>deletion. I need to read a file into a text box and delete the first 3
>columns. The goal is to simulate the feature offered by Word and Visual
>Studio using the ALT + MouseClick + Drag to highlight multiple columns
>which span multiple rows.
The TextBox control doesn't support this advanced form of selection. Of
course you can easily iterate over the strings in the Lines property and
modify each of them programatically. For the visual feedback of selecting
columns you'd have to write the feature yourself.
Oliver Sturm

Signature
http://www.sturmnet.org/blog