CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CWnd vc

搜索资源列表

  1. teach_road_4

    0下载:
  2. 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
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:108571
    • 提供者:yourname
  1. 24170047218

    0下载:
  2. vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconi
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:3143724
    • 提供者:hedda
  1. subclass-CoolEdit

    0下载:
  2. vc版本直接继承cwnd类(vb版本用子类化)实现单行编辑框(edit、textbox)效果,可以鼠标选择,支持中英文,可以选择,复制,剪切,粘贴。压缩包里有vc和vb版本。vb版本是翻译vc版本的代码。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:80002
    • 提供者:书林跋涉
  1. 通用的图片显示class

    2下载:
  2. 本程序中实现了一个DisplayControlPic类,可以很方便的用来显示多种图片格式,例如bmp, jpg, gif. DisplayControlPic封装了对图片操作的管理,可以将该类与任意CWnd类进行绑定,从而在上面显示图片,适用于Windows MFC编程。
  3. 所属分类:源码下载

    • 发布日期:2011-05-14
    • 文件大小:1995619
    • 提供者:shrekei
  1. MMWaveEditX.zip

    0下载:
  2. VC++画波形,wave文件波形显示一个基类为CWnd的类CImageWnd,ad fdf aadf ad f h gf dge rg
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:55982
    • 提供者:
  1. PIE_CONTROL_DEMO.rar

    0下载:
  2. 用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.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:109764
    • 提供者:jayjay
  1. VCpp20casesofwindows

    0下载:
  2. VC++ 20个窗体编程实例源码,既简单又实用,这些实例主要有: 如何通过HWND获得CWnd指针 如何获得应用程序主窗口的指针 如何获得指定点的窗口 如何最大化和最小化窗口 如何设置窗口的大小和位置 如何使窗口居中显示 如何使窗口顶层显示 如何设置窗口的图标 如何获得和设置窗口的标题 如何显示或隐藏窗口的标题栏 如何改变窗口的形状 如何设置窗口的透明区域 如何显示或隐藏任务栏 如何获得任务栏窗口 如何实现动画窗口 -By VC++
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:81507
    • 提供者:
  1. Syntax-Coloring-Control-VC

    0下载:
  2. 这个控件封装了能够在鼠标点击时链接到网页的超链接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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:279010
    • 提供者:
  1. HistogramCtrl_demo2

    0下载:
  2. VC绘制曲线的简单实例,派生于CWnd,对想研究绘制曲线的朋友会有帮助-VC easy examples drawn curve, derived from CWnd, want to study drawing on the curve will be helpful to Friend
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:35082
    • 提供者:代华
  1. layout_demo

    0下载:
  2. 提出一个C + +辅助类(CLayoutHelper),可以用于管理控制儿童的定位,并在一个CWnd或CDialog大小。通过这种方法,你不继承层次的变化是很有必要的,没有对话的基类,你需要从中获取。典型应用包括创建一个在您的cwnd或CDialog辅助类的实例,选择一个布局算法(风格),然后添加子控件由helper类管理。你可以调用一个方法来增加你的窗口,或者向其他只是控制子集,你希望所有直系子女进行管理。您可以指定布局选项来控制在每个控制的基础布局的行为,动态地更新这些选项以及。一些有趣的效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:181718
    • 提供者:shanwei
  1. XWnd32

    0下载:
  2. 使用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
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1416
    • 提供者:jersey
  1. Ex_ODBC

    0下载:
  2. 简单的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
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:55088
    • 提供者:apple
  1. autorepeat

    0下载:
  2. 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
  3. 所属分类:Button control

    • 发布日期:2017-04-06
    • 文件大小:11491
    • 提供者:tkha
  1. mfc_panel_control

    0下载:
  2. MFC 自绘控件实现panel,可以在每个panel上添加需要的控件-use mfc class cwnd,you can add controls on the panel
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:59487
    • 提供者:庄汝超
  1. VC_Programming_get_HWND_CWnd_pointer_example_code.

    0下载:
  2. VC编程实现如何通过HWND获得CWnd指针实例代码VC Programming how to get HWND CWnd pointer example code-VC Programming how to get HWND CWnd pointer example code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:18614
    • 提供者:wdoor
  1. USB_2.0

    0下载:
  2. 《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
  3. 所属分类:USB develop

    • 发布日期:2017-05-21
    • 文件大小:6414160
    • 提供者:月买双
  1. mfc

    0下载:
  2. 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3524868
    • 提供者:王婷
  1. CWnd

    0下载:
  2. 学习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
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2750415
    • 提供者:mxw
  1. ColorfulEidt

    0下载:
  2. 一个从CWnd派生的自绘编辑框控件,并且实现了背景图案和字体效果等内容,供大家交流-A painting from CWnd derived from the edit control, and to achieve a background pattern and font effects, etc., for all to share
  3. 所属分类:EditBox

    • 发布日期:2017-03-31
    • 文件大小:34411
    • 提供者:王玉鹏
  1. cwnd

    0下载:
  2. 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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:16046
    • 提供者:张贡献
« 12 »
搜珍网 www.dssz.com