资源列表
ElementViewer
- 系统控件样式枚举查看。可以调用系统控件外观设计自定义控件。-System control style enumeration Show. Can call the control system design custom control.
dlgtpl32
- 演示了如何在内存里创建对话框的模板,从而动态的创建对话框。例子详细演示了如何使用DLGTEMPLATE 和DLGITEMTEMPLATE结构。-Dialogs can be created using templates in resources or from templates built in memory at runtime. The sample contains a class CDlgTempl which can be used to create these tem
dlgedit
- 演示如何开发类似VB/VC的一个对话框编辑器,可以借鉴他的思路。-The DlgEdit tool allows you to design and test a dialog box on a display screen instead of defining dialog box statements in a resource scr ipt. You can use DlgEdit to create new dialog boxes and to add or remove cont
DocViewFromDLL
- 前面好像有网友上传。但是描述不正确。本程序演示如何从动态链接库中加载文档模板。这样可以从动态链接库中加载新的文档类型。-From the front seems to have friends. But the descr iption is incorrect. This procedure demonstrates how from the dynamic link library loaded document template. This dynamic link library fro
ListViewHor_demo
- 这是一个测试代码,没有什么实际意义 仅作测试使用,请不要下载,谢谢!-This is a test code that serves no real purpose to use for testing only, please do not download, thanks!
MFC
- 一段源代码,可供了解MFC,或学习C++编程之用。-AppWizard has created this ex04a application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
CFontDialogEx
- CFontDialog 上增加按钮,采用Create创建按钮方法,简单易掌握.-Add a button in the CFontDialog
MySplit
- 本人在学习VC时写的一个使用CSplitterWnd类实现静态窗口拆分的小程序,在VC6.0下测试通过。-A small procedure about how to realize static split window using CSplitterWnd class, which is tested in VC6.0 .
Windialog
- windows通用对话框编程,简单易懂,适用于初学者,入门用。-Common dialog windows programming, easy to understand for beginners, with entry.
dialog_HtmlSkin_src
- HtmlDialog_src, the CDHtmlDialog src for background -WTL
ChangeDlgBkColor
- 改变对话框的背景色,如何改变对话框的背景色-Dialog box to change the background color, how to change the dialog background color
MyPaint
- 1、 在屏幕上绘制图形以下图形 直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。 矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。 椭圆弧: 椭圆: 扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色。 分别在上述图形的附近标注出:直线、矩形、椭圆、椭圆弧