搜索资源列表
teach_road_4
- VC基础教程 第四章 窗口控件 版权所有 闻怡洋从VC提供的MFC类派生图中我们可以看出窗口的派生关系,派生图,所有的窗口类都是由CWnd派生。所有CWnd的成员函数在其派生类中都可以使用。本节介绍一些常用的功能给大家。 -based VC IV Directory window controls only Wen Yue-yang from the VC MFC category derived map, we window can be seen a derivative, derivati
24170047218
- vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconi
subclass-CoolEdit
- vc版本直接继承cwnd类(vb版本用子类化)实现单行编辑框(edit、textbox)效果,可以鼠标选择,支持中英文,可以选择,复制,剪切,粘贴。压缩包里有vc和vb版本。vb版本是翻译vc版本的代码。
通用的图片显示class
- 本程序中实现了一个DisplayControlPic类,可以很方便的用来显示多种图片格式,例如bmp, jpg, gif. DisplayControlPic封装了对图片操作的管理,可以将该类与任意CWnd类进行绑定,从而在上面显示图片,适用于Windows MFC编程。
MMWaveEditX.zip
- VC++画波形,wave文件波形显示一个基类为CWnd的类CImageWnd,ad fdf aadf ad f h gf dge rg
PIE_CONTROL_DEMO.rar
- 用VC++实现的饼图控件.本控件用于绘制饼图,其为从CWnd派生的CPieChartCtrl。 ,Using VC++ to achieve control of the pie chart. The controls are used to draw pie chart, the CWnd derived from CPieChartCtrl.
VCpp20casesofwindows
- VC++ 20个窗体编程实例源码,既简单又实用,这些实例主要有: 如何通过HWND获得CWnd指针 如何获得应用程序主窗口的指针 如何获得指定点的窗口 如何最大化和最小化窗口 如何设置窗口的大小和位置 如何使窗口居中显示 如何使窗口顶层显示 如何设置窗口的图标 如何获得和设置窗口的标题 如何显示或隐藏窗口的标题栏 如何改变窗口的形状 如何设置窗口的透明区域 如何显示或隐藏任务栏 如何获得任务栏窗口 如何实现动画窗口 -By VC++
Syntax-Coloring-Control-VC
- 这个控件封装了能够在鼠标点击时链接到网页的超链接HyperLink控件,并把它们都集成到一个普通的按钮上。另外这个按钮支持32位图的图标。4这个文章实现一个简单的从CWnd继承下来的编辑控件,它具有语法着色功能-This package has been able to control your mouse, click on link to the page when the hyperlink HyperLink control, and they are integrated into a
HistogramCtrl_demo2
- VC绘制曲线的简单实例,派生于CWnd,对想研究绘制曲线的朋友会有帮助-VC easy examples drawn curve, derived from CWnd, want to study drawing on the curve will be helpful to Friend
layout_demo
- 提出一个C + +辅助类(CLayoutHelper),可以用于管理控制儿童的定位,并在一个CWnd或CDialog大小。通过这种方法,你不继承层次的变化是很有必要的,没有对话的基类,你需要从中获取。典型应用包括创建一个在您的cwnd或CDialog辅助类的实例,选择一个布局算法(风格),然后添加子控件由helper类管理。你可以调用一个方法来增加你的窗口,或者向其他只是控制子集,你希望所有直系子女进行管理。您可以指定布局选项来控制在每个控制的基础布局的行为,动态地更新这些选项以及。一些有趣的效
XWnd32
- 使用C#语言类似于实现VC++的CWnd类,对非托管的窗体进行控制的实现代理。有时候C#要对非托管代码或其它进程进行互操作,这个类很有帮助。-Using the C# language is similar to VC++ implementation of CWnd classes, the form of non-managed the realization of control agents. Sometimes, C# to unmanaged code, or other proce
Ex_ODBC
- 简单的VC+程序,包括学生成绩添加、查询、删除、修改-// ScoreDlg.cpp : implementation file // #include "stdafx.h" #include "Ex_ODBC.h" #include "ScoreDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__ #endif
autorepeat
- In the past, I have done custom buttons that auto-repeat "from scratch", that is, I start with a raw CWnd and build on top of it. Recently, there have been a number of questions in the microsoft.public.vc.mfc newsgroup inquiring after auto-repeat but
mfc_panel_control
- MFC 自绘控件实现panel,可以在每个panel上添加需要的控件-use mfc class cwnd,you can add controls on the panel
VC_Programming_get_HWND_CWnd_pointer_example_code.
- VC编程实现如何通过HWND获得CWnd指针实例代码VC Programming how to get HWND CWnd pointer example code-VC Programming how to get HWND CWnd pointer example code
USB_2.0
- 《USB 2.0 应用系统开发实例精讲》全套源代码 AT89C5131- #if !defined(AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_) #define AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _M
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
CWnd
- 学习VC++必备,CWndt类所有函数的中文翻译,共进310个函数,另还有CDocument类、CDC类、CCmDUI类和CDiglog类的翻译资源,需要的可另行搜索,超赞!-Learn VC++ necessary, CWndt class of all functions of the Chinese translation, together 310 functions, plus the CDocument class, CDC class, CCmDUI class and CDigl
ColorfulEidt
- 一个从CWnd派生的自绘编辑框控件,并且实现了背景图案和字体效果等内容,供大家交流-A painting from CWnd derived from the edit control, and to achieve a background pattern and font effects, etc., for all to share
cwnd
- VC++通过HWND获得CWnd指针,一个窗体编程的例子,获取CWnd指针,在示例窗口中点击按钮即可获得指针。-VC++ HWND CWnd pointer, a form programming examples, get the CWnd pointer in the example window, click the button to get the pointer.