|
Question : Drag and Drop with CRichEditCtrl
|
|
How can I manage Drag and Drop operation with CRichEditCtrl to override the default comportment of the CRichEditCtrl
|
|
Answer : Drag and Drop with CRichEditCtrl
|
|
You should implement an IRichEditOleCallback interface and then call CRichEditCtrl::SetOLECallback, through these functions in this interface, you manage the drag and drop, If You don't know how to implement it, you can see the source code of CRichEditView.
Good Luck.
|
|
|
|