F
Fiaz Ali Saleemi
Hi All
I have developed a custom user control for onscreen Keyboard functionality.
When user clicks any button then it should act accordingly and add the
appropriate character into the string or do the appropriate action(Delete,
Backspace etc).
Now if user sets cursor in the middle of the string in textbox and then
clicks
keyboards button for example 'a' then how to find the index where cursor
exist in the textbox and add 'a' to that perticullar location. At the moment
I am adding every character on the last index of the string but this is not
appropriate.
Any hint or any solution which can help me get going will be highly
appreciated.
Thanks In Advance
Regards
Fiaz Ali Saleemi
I have developed a custom user control for onscreen Keyboard functionality.
When user clicks any button then it should act accordingly and add the
appropriate character into the string or do the appropriate action(Delete,
Backspace etc).
Now if user sets cursor in the middle of the string in textbox and then
clicks
keyboards button for example 'a' then how to find the index where cursor
exist in the textbox and add 'a' to that perticullar location. At the moment
I am adding every character on the last index of the string but this is not
appropriate.
Any hint or any solution which can help me get going will be highly
appreciated.
Thanks In Advance
Regards
Fiaz Ali Saleemi