How to insert a rich edit control in MSVC 2015 MFC dialog

185 Views Asked by At

I need to add a Right Edit control to MFC Dialog based application.

I am using MSVC 2015. On which on the Toolbox I can find "Rich Edit" as I used to find on MSVC 6.0

1

There are 1 best solutions below

0
On

Finally I figured it out: Right clicked on the Toolbox and Reset the the toolbox then I got it there (RichEdit2).

I wish that this would be helpful for someone who got stuck in such trivial problem.

I think that something went wrong with the MSVC compiler. Thanks to "Reset" function.