
MFC
文章平均质量分 55
XYZCode
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RichEdit显示行号
首先讲解一下程序流程:1:创建主窗口,加载RichEdit的动态链接库。2:在WM_CREATE消息中创建RichEdit窗口。3:设置RichEdit的左编辑宽度,为显示行号留出空间,向RichEdit发送EM_SETMARGINS即可实现。4:在WM_CREATE消息中设置新转载 2011-07-13 22:12:17 · 2464 阅读 · 0 评论 -
VC2010 多文档选项卡模式的2个应用
1、去掉Tab选项卡上的关闭功能,图标"x"不显示int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct){... ...//下面设置了子框架上Tab选项卡的一些参数 CMDITabInfo mdiT原创 2011-08-06 22:04:06 · 2967 阅读 · 1 评论 -
How to disable dropping of files in RichEdit 2.0
Summary: How do you disable the dropping of files in RichEdit version 2.0 with the CRichEditCtrl class?Call the RevokeDragDrop(), passing the pointer to the RichEdit control window, as the param转载 2011-11-07 18:48:39 · 373 阅读 · 0 评论