在文档类中,取得视图类指针,在取得框架类指针.txt
来自「图像处理学习的一些心得」· 文本 代码 · 共 9 行
TXT
9 行
Pointer to the CRichEditView object associated with the document
//A “rich edit control” is a window in which the user can enter and edit text.
The text can be assigned character and paragraph formatting, and can include embedded
OLE objects. Rich edit controls provide a programming interface for formatting text.
However, an application must implement any user interface components necessary to make
formatting operations available to the user.
GetView()->GetParent()->SendMessage(WM_ADDLIST, (LPARAM)&(msg.from), msg.image);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?