搜索资源列表
MVP
- MVP设计模式在vc下的构件,这只是基础基类,具体的使用还需要将其派生出新的MVP子类。-MVP Design Patterns in vc components under, this is only the basic base class, the specific use also need to derive a new subclass MVP.
cc
- 主要是VC++连接数据库的功能 主要是VC++连接数据库的功能 主要是VC++连接数据库的功能-connect to database connect the data base
VC
- VC和VC++编程教程整理,包含内容很多,知识库类文档-VC and VC++ programming tutorial order, including the contents of many knowledge base document class
20100711124311
- VC下C语言ShineStone一种基站告警模拟的设计和实现-VC of a base station under the C language ShineStone alarm design and implementation of simulation
MFC-class-libary
- VC++ MFC基础类库详解。是MFC编程的参考好资料。值得您好好参阅。-VC++ MFC Detailed base class library. Is a good reference for information on MFC programming. Worth a good read.
VC-resize-dialog.zip
- 设计并实现了一个对话框基类。用此类作为基类的对话框可以适应不同分辨率以及用户的要求随意缩放。对话框内所有控件的位置及文字大小都自动按对话框大小比例进行缩放。,Designed and implemented a dialog base class. The use of such a dialog box as a base class can be adapted to the requirements of different resolutions, as well as user arb
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的