Click here to Skip to main content
15,904,652 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am facing a problem while i create CRichEditView in this class there are if i enter one string it can not drag and drop as i wont.

What I have tried:

I am facing a problem while i create CRichEditView in this class there are if i enter one string it can not drag and drop as i wont. 
Posted
Updated 16-May-18 0:24am

 
Share this answer
 
Posted as solution because posting comments is actually not working on some questions including this one.


A CRichEditView embeds a CRichEditCtrl which has built-in and by default enabled drag & drop support.

But drag & drop is not related to entering strings but clicking and holding on selected items (text ranges with edit controls).

Also CRichEditViews are usually not "created in this class" but you will have derived classes as part of the MFC document view hierarchy (pre-created by the project wizard).

Please use the green "Improve question" link to edit your question and add a detailed description of what you want to do respectively what is not working as expected.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900