简体   繁体   English

如何在MSVC 2015 MFC对话框中插入丰富的编辑控件

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

I need to add a Right Edit control to MFC Dialog based application. 我需要向基于MFC对话框的应用程序中添加一个Right Edit控件。

I am using MSVC 2015. On which on the Toolbox I can find "Rich Edit" as I used to find on MSVC 6.0 我正在使用MSVC2015。在工具箱上可以找到我以前在MSVC 6.0上找到的“ Rich Edit”

Finally I figured it out: Right clicked on the Toolbox and Reset the the toolbox then I got it there (RichEdit2). 最后,我弄清楚了:右键单击“工具箱”并重置工具箱,然后将其放到那里(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. 我认为MSVC编译器出了点问题。 Thanks to "Reset" function. 多亏了“重置”功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM