CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - MFC 控件

搜索资源列表

  1. MFCPKJ

    0下载:
  2. MFC的基本控件的使用参考资料,对于初学者可能会有帮助。-The MFC , the use of control ,reference materials ,may be helpful for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:703851
    • 提供者:北方
  1. VCPP_TAB

    0下载:
  2. 主要关于MFC里的tab control控件的使用方法和函数介绍-something about tab control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:35298
    • 提供者:Ken
  1. sample

    0下载:
  2. vc mfc 代码体现控件大全例子,适合新手借鉴。-VC MFC code embodiment controls Guinness examples, suitable for novice reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4220611
    • 提供者:
  1. MediaPlayer

    0下载:
  2. 在mfc中利用各类控件来制作一个类似MediaPlayer的播放器-Using various types of controls to make a similar MediaPlayer player in mfc
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-29
    • 文件大小:11506485
    • 提供者:ssss
  1. MyEarth

    1下载:
  2. 用osgdem生成的3D地球,MFC界面,osg初学者的一个很好的例子,可放大缩小,可加添加控件-osg code of the 3D earth,a good example for osg studying
  3. 所属分类:GUI Develop

    • 发布日期:2014-09-29
    • 文件大小:27323392
    • 提供者:汪志良
  1. StaticMFC

    0下载:
  2. mfc 静态控件的演示,实现漂亮的界面,功能强大-mfc static control demonstration, beautiful interface, powerful
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:990235
    • 提供者:王世广
  1. VC_study

    0下载:
  2. vc学习教程,第2章 C++面向对象程序设计第3章 MFC基本应用程序的建立第4章 对话框和常用控件第5章 菜单、工具栏和状态栏-vc tutorials, Chapter 2 C++ object-oriented programming in Chapter 3 MFC application to establish Chapter 4 dialog boxes, and Chapter 5 of the commonly used controls menu, toolbar and s
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2711175
    • 提供者:seabirdys
  1. Veido

    0下载:
  2. 基于对话框的控件,应用与MFC对话框的实例-Based on the dialog control,With MFC application example of the dialog box
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:44861537
    • 提供者:lijilai
  1. MediaPlayer-By-Me

    0下载:
  2. MFC写的一个用mediaplayer控件实现的多媒体比放弃-Made By MFC.It s a player that offord music
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-22
    • 文件大小:6933985
    • 提供者:朱艺璇
  1. active

    0下载:
  2. 在vc中使用MFC开发ActiveX控件OleEdit的标准例程-Develop ActiveX controls OleEdit s standard routine use MFC in vc
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:47266
    • 提供者:姚世强
  1. Task3

    0下载:
  2. 用MFC开发一个简单文本查看程序: ① 不能用MFC的CRichEditView或其它控件实现,用Textout等API实现文本绘制功能 ②能够打开、保存.txt格式的文本文件;③能够控制文本的大小、颜色、字体等,并实现相应的控制界面(对话框方式),设置后,当前显示的文本均按相应属性显示。④实现文本的编辑、查找、替换功能。 -A simple text viewer program developed using MFC: ① The MFC-CRichEditView or other
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:101139
    • 提供者:wen
  1. computer

    0下载:
  2. 本程序利用MFC实现一个简单的计算器,涉及到MFC中按钮控件、编辑框等控件-This program uses MFC to implement a simple calculator, it comes to the button control in MFC, such as edit box control
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1893195
    • 提供者:joker
  1. treedlg

    0下载:
  2. 本程序利用MFC树形工具控件实现各种形式的转换,可直接运行。-This program makes use of MFC tree tool control the conversion of various forms, can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1918359
    • 提供者:joker
  1. VC_MFC_Activex

    1下载:
  2. 这本书详细叙述了在mfc下如何写ActiveX控件,怎么写导出函数,然后在程序中如何调用-This book described in detail how to write an ActiveX control in mfc, how to write the export function, and then how to call in the program
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-17
    • 文件大小:26549990
    • 提供者:周开武
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. webbrowser

    0下载:
  2. MFC使用WebBrowser控件,实现js与C++的互调用-MFC uses the WebBrowser control, the js and C++, mutual call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:61253
    • 提供者:wg
  1. Homework_3

    0下载:
  2. 树状控件编程实例,适合MFC初学者使用树状控件-Tree control programming examples for MFC beginners to use the tree control
  3. 所属分类:TreeView

    • 发布日期:2017-05-12
    • 文件大小:2850706
    • 提供者:张三
  1. CTestProject

    0下载:
  2. MFC中获取控件的第二种方法,参看一些。-second method of getting control in MFC。
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:201392
    • 提供者:王博
  1. 1108_1

    0下载:
  2. 用splash控件实现MFC基于对话框的程序开机画面-MFC dialog-based program to the boot screen splash control
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:4102965
    • 提供者:guoxiaxia
  1. BMPANNUI

    0下载:
  2. 本程序用MFC实现位图加载和对一些控件的实现。并通过VS2010通过。-This procedure is implemented by MFC bitmap loaded and the realization of some control. Through and through VS2010.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:237307
    • 提供者:youxuansi
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com