Move Cursor position in RichEdit Control
Hi All!!
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)
Re: Move Cursor position in RichEdit Control
Hmm... The same question under another title?
And still no any code despite the promise:
Quote:
Originally Posted by mr.sam1024
i paste the below code