Hi..
i wanted to append text in the so call "middle" of the edit control.
For example:
If editcontrol1 already has the text ABC. And the cursor is at the location between A and B, (A|BC), i wanted to append text "D" inbetween them. Which means my desire output should be "ADBC"..
i can only manage to append text behind which is "ABCD"..
Any idea How to Make it work?
Thank You.