Set cursor at specific location in text box
Hi
i am dealing with one problem it is
I wouldlike to set the cursor at specific position i.e
consider a text box i type 100 then i want a automatic "," to appear for that i am copying text to a string and then pasting it RESULt is (100,)
now i typed 0 the result is 0100, ??????????
it should be something like 100,0 .Remember typing should be always start from right to left.
if someone can help me then it would be a gr8 help to me
|