TestingXSD
Programmer
I have a text box with HTML content. I would like the user to be able to select a portion of the text and then click a command button that would do something with that text.
I have tried to use the textbox.seltext, but you have to set focus on the textbox first, which selects everything in the box. I just need the subset that the user has selected. I am open to changing the controls type if there is one that would give the required function, as well as function as a textbox.
-T
I have tried to use the textbox.seltext, but you have to set focus on the textbox first, which selects everything in the box. I just need the subset that the user has selected. I am open to changing the controls type if there is one that would give the required function, as well as function as a textbox.
-T