
MFC
avagrant158
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VS05使用Word自动化的问题解决方案
Compiling...1>DlgProxy.cpp1>g:/my document/visual studio 2005/projects/word/word/capplication.h(3) : warning C4278: 'ExitWindows': identifier in type library 'C://Program Files//Microsoft Office//OFFICE11//MSWORD.OLB' is already a macro; use the 'ren转载 2010-06-25 16:26:00 · 978 阅读 · 0 评论 -
STATIC控件无法接收WM_MOUSEMOVE,WM_LBUTTONDOWN,WM_LBUTTONUP的问题
发现这些消息都发送给了父窗口,那么说明STATIC控件缺少一个样式,是SS_NOTIFY,这一点在MSDN上无法得到,SS_NOTIFY的说明为: SS_NOTIFY Sends the parent window STN_CLICKED, STN_DBLCLK, STN原创 2011-09-02 19:53:39 · 749 阅读 · 0 评论