المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to deselct the text from a rich edit control when i click ( not click and move ) in the text of it.



C++ Programming
03-09-2011, 07:00 AM
Hi guys...

Suppose I have selected the text in a rich edit control through( Ctrl + A) or mouse click and move, after I have only clicked on either selected or non-selected area, I want to deselect this text. It' look like deselected, but when I called GetSel() it gave me the starting and end selection point.

Thanks in advance.