Thread
:
How to detect cursor location and insert text???
View Single Post
Jun 30th, 2005, 12:21 AM
#
3
melbolt
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power:
4
(
Toggle Plain Text
)
textBox1.Text.Insert(textBox1.SelectionStart, string);
textBox1.Text.Insert(textBox1.SelectionStart, string);
cheers
__________________
I have never let my schooling interfere with my education. -Mark Twain-
Xbox live gamertag: melbolt
melbolt
View Public Profile
Find More Posts by melbolt