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
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
Copyright © 2021 Jogjafile Inc.
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.