In MFC, in CRichEditCtrl, how to drag a word and drop in another position

abc abc 351 Reputation points
2020-09-03T09:55:10.697+00:00

Hi,

In MFC in CRichEditCtrl, I want to support drag and drop for a particular word?

Could you please help how to drag a word and drop it in another position?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,584 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 41,811 Reputation points
    2020-09-03T10:19:27.523+00:00

    The rich edit control supports drag and drop of text automatically. Select a word by double clicking it. Then you can drag and drop the word to its new location.

    1 person found this answer helpful.
    0 comments No comments