01.
VC++/MFC 教程6&7(英文)Lesson 6: SDI and MDI ApplicationsWe are getting to some advanced stuff now. In this lesson I am not going to go in depth at all. I will just give you a flavor of the structure of a SDI (single docume...查看完整版>>
VC++/MFC 教程6&7(英文)
02.
VC++/MFC 教程4&5(英文)Lesson 4: MFC BasicsAre you ready to start programming? No you are not. You don't want me to teach you a stupid 'hello world' application, do you? If you want to make the most of Visual C++ you have t...查看完整版>>
VC++/MFC 教程4&5(英文)
03.
VC++/MFC 教程3(英文)Lesson 3: Visual C++ IDE and WorkspacesWindows programming is tricky stuff. Don't let anyone fool you. But microsoft has blessed us with their IDE called Developer's Studio. It will handle all the com...查看完整版>>
VC++/MFC 教程3(英文)
04.
VC++/MFC 教程2(英文)Lesson 2: C++ EssentialsIf you want to use Microsoft Visual C++, it helps a ton if you really know C++. Everything is about classes. If you are used to plain C, you won't really see the big deal with ...查看完整版>>
VC++/MFC 教程2(英文)
05.
VC++/MFC 教程1(英文)Lesson 1: Behind the Scenes with Handles and MessagesThough you think you want to dive right into the code, you really don't. Windows programming is overwhelming at first. Let's take a quick look at h...查看完整版>>
VC++/MFC 教程1(英文)
06.
VC++动态链接库编程之MFC扩展 DLLDLL类型入口函数 非 MFC DLL 编程者提供DllMain函数 MFC规则 DLL CWinApp对象的InitInstance 和 ExitInstance MFC扩展 DLL MFC DLL向导生成DllMain 函数对于MFC扩展DLL,系统会自动在工程中添加如下表所示的宏,...查看完整版>>
VC++动态链接库编程之MFC扩展 DLL
07.
孙鑫VC++讲座笔记-(4)MFC消息映射机制的剖析一,消息映射机制1,消息响应函数:(例:在CDrawView类响应鼠标左键按下消息) 1)在头文件(DrawView.h)中声明消息响应函数原型。//{{AFX_MSG(CDrawView) //注释宏afx_msg void OnLButtonDown(UINT nFlags, CPoin...查看完整版>>
孙鑫VC++讲座笔记-(4)MFC消息映射机制的剖析
08.
关于在VC++ 的MFC 下INI文件的生成和运用我们在编写程序的过程中,有很多要用到出始化,但有很多都写进了注册表,而我们在想修改或者查看的时候必须到注册表里去修改,而不是直接到一个程序目录下的ini文件里查看或者修改,怎么使可以直接生成的ini文件能写进Deb...查看完整版>>
关于在VC++ 的MFC 下INI文件的生成和运用
09.
VC++ MFC 常用技巧 (一)VC++ MFC 常用技巧(一) 我现在学习VC++6.0 MFC 已经快两个月,初学MFC时的痛苦还记忆犹新。这两个月学习MFC可以说是一段坎坷的历程.在学校学习SDK时,我从来没有认真去听老师讲课。到了今天是多么后悔当初的行为...查看完整版>>
VC++ MFC 常用技巧 (一)
10.
VC++中MFC窗口对象的清除对于vc++初学者来说,总觉得窗口对象的清除过程有些莫名其妙.在程序中看不到对delete的显式调用,这似乎违反了c++中有关初始化和清除的规则.那么,程序是怎样取消一个窗口对象? 要消除窗口对象,必须清楚窗口对象的构成....查看完整版>>
VC++中MFC窗口对象的清除
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。