I'm Working on RichEdit Control, so when i paste the below code, cursor has to go directly to that location and write some text in rich edit control. So please suggest, i will proud if send some sample code.
23H,10 STACKOVERFLOW : Cursor has to go 23rd row and 10th column and need to write the text like shown.... In RichEdit Control.
Thanks in advance to all coders..
Regards
Sam
(Note: I have tried with GetSel,SetSel,GetCaretPos, SetCaretPos not solved my problem)
I'm Working on RichEdit Control, so when i paste the below code, cursor has to go directly to that location and write some text in rich edit control. So please suggest, and provide some sample code.
23H,10 CodeGuru : Cursor has to go 23rd row and 10th column and need to write the text like shown.... In RichEdit Control.
Thanks in advance to all coders..
Regards
Sam
(Note: I have tried with GetSel,SetSel,GetCaretPos, SetCaretPos not solved my problem, cursor moved by pixel wsie)
I Specified the code, that is here.. 23H,10. It means that 23rd row and 10column. So when i paste this code on richedit control.. cursor has to go directly to the 23rd row and 10 column location. And write some text at that position.
Bookmarks