⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 在文档类中,取得视图类指针,在取得框架类指针.txt

📁 图像处理学习的一些心得
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -