
window程序开发
文章平均质量分 53
inurlcn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win32程序 注册窗口类
win32程序里面一个很重要的概念就是 “窗口类” , 注意此处的“类” 是和C++语法里面的“类”是完全不同的东西。 主要包括消息处理函数、窗口类类型、以及其他的窗口类属性。 Registering a window class associates a window procedure, class styles, and other class attributes with a翻译 2013-09-02 09:30:01 · 1094 阅读 · 0 评论 -
在MFC中如何创建没有菜单栏的单文档应用程序
步骤: 1、正常建立MFC SDI工程 2、在CMainFrame::PreCreateWindow中屏蔽菜单栏 Steps to Create SDI Application that Has No Menu Bar Generate an SDI application with AppWizard. Do not delete the IDR_MAINFRAME menu翻译 2013-08-30 17:38:28 · 1874 阅读 · 0 评论 -
AFX前缀的意义
微软AFX 成立时间 1989年 成立公司 微软公司 团队 ApplicationFramework技术团队,名为AFX小组,用以开发C++对象导向工具给Windows应用程序开发人员使用。 AFX中的X AFX 的"X"没有什么意义,是比较流行的结尾字符,如activex等。 当小组成员以此产品开发应用程序,他们发现实在是太复杂,又悖原创 2013-08-30 15:24:59 · 1385 阅读 · 0 评论 -
MSDN中注册表相关的文档
翻译 2013-08-23 15:43:51 · 1017 阅读 · 0 评论 -
Windows Data Types(VC VS .NET windows数据类型)
Windows Data Types The data types supported by Microsoft® Windows® are used to define function return values, function and message parameters, and structure members. They define the size and meaning翻译 2013-08-23 15:19:39 · 844 阅读 · 0 评论 -
程序开发圣经
《ISO C99标准》 《编译工具的使用手册》 《GCC手册》原创 2014-03-12 15:30:37 · 750 阅读 · 0 评论