K
Keith
I would like to create a form with a textbox where the user can place the
cursor at any point in the textbox string and, by clicking a button, insert a
text string at that cursor location. For example, say the text box contains
the value "Keith". If the user places the cursor in the text box between the
"e" and the "i" and then clicks on a button which is coded to insert the
character string "89", then the value in the text box would be changed to
"Ke89ith". I guess what I need to know is how to get the cursor position in
the text box when I click the button.
Any help will be greatly appreciated.
Keith
cursor at any point in the textbox string and, by clicking a button, insert a
text string at that cursor location. For example, say the text box contains
the value "Keith". If the user places the cursor in the text box between the
"e" and the "i" and then clicks on a button which is coded to insert the
character string "89", then the value in the text box would be changed to
"Ke89ith". I guess what I need to know is how to get the cursor position in
the text box when I click the button.
Any help will be greatly appreciated.
Keith