S
StrIPUser
Is it possible to read or capture certain properties of controls? E.g. I have
a requirement for a user to select an item from a drop-down list and then
insert the text associated with that item into a textbox at the cursor
position (or at least the last recognised insertion point).
I've considered denoting an insertion point with a particular character
(e.g. '^') but this is a rather messy solution.
Any help would be much appreciated.
a requirement for a user to select an item from a drop-down list and then
insert the text associated with that item into a textbox at the cursor
position (or at least the last recognised insertion point).
I've considered denoting an insertion point with a particular character
(e.g. '^') but this is a rather messy solution.
Any help would be much appreciated.