Click here to Skip to main content
15,891,864 members

Comments by Eshwar Reddy (Top 3 by date)

Eshwar Reddy 1-Oct-18 5:42am View    
We have CharfromPos() to get the character index in CEdit or CRicheditctrl class.
My control is derived from CWnd. Is there any similar function like CharfromPos() in CWnd or i need to implement with my own code.


Thanks in advance.
Eshwar Reddy 25-Sep-18 6:41am View    
Hi, thanks for the response.

I am able to hit the events and do as you said.But, how can i select the text as a rectangle.
Eshwar Reddy 10-Sep-18 5:51am View    
I want to implement the same thing in the editor in my project.
The control is derived from CWnd class.