Hello, I am brand new (2 days) to VB 2005 and have a question.
I would like to be able to select text in a Rich Text or standard Text box, and then press a button (use a shortcut, use a pull-down menu, etc) and put quotes around it.
For example I would like:
This is a string
to become
"This is a string"
Ideally I would like to do this in as few lines as possible.
Thanks in advance