Hi everboy,
I am using a Application in which user insert something in
the Edit Box. The inserted text added at the end of the
Edit box because i do the following:
m_editBoxBody = m_editBoxBody + text_to_beAdded.
Now i want to modify it so that it insert the text at the
line where the cursor is there, not at the last.
Can u plz suggest me how to accomplishe thsi Task.
Thanks in advance.
bye
Abhimanyu