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

搜索资源列表

  1. pictureshow

    0下载:
  2. 用于图片的显示,有两个框,两个按钮,基于MFC-Displays the picture, there are two boxes, two buttons, based MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:23872721
    • 提供者:ming
  1. MFCwithOpenGL_RotationWindow

    0下载:
  2. 基于MFC和OpenGL创建一个窗口,通过按钮旋转窗口中的红色方形-MFC and OpenGL to create a window based on the window button to rotate through the red square
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1205089
    • 提供者:wyy
  1. parking

    0下载:
  2. 使用MFC+OPENCV 检测停车场车位数量,包括打开任意图片,使用MFC显示,点击按钮检测车位,弹出窗口提示剩余车位数量-Use MFC+OPENCV detect the number of parking spaces, including open any image, using MFC display, click the button detect parking spaces, the pop-up window will prompt the remaining number
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:20224831
    • 提供者:刘冬民
  1. Analyse

    0下载:
  2. MFC修改窗口图形界面,绘制位图,更改对话框图形界面以及按钮的位图-MFC Modify window graphical interface, rendering bitmaps, change bitmap graphic interface and buttons of the dialog box
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:102686
    • 提供者:老聃
  1. gezhonganniu

    0下载:
  2. 基于mfc的各种按钮 基于mfc的各种按钮 基于mfc的各种按钮 基于mfc的各种按钮- anniu anniu anniu anniu anniu anniu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7113403
    • 提供者:李祖林
  1. MFC_TEST4

    0下载:
  2. 新建MFC工程,通过树形控件,Group Box, 静态文本,编辑框,按钮,List Control 和 List Box,进行界面设计-New MFC project, through the tree Control, Group Box, static text, edit Box, and button, List Control and a List Box, design the interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2342451
    • 提供者:彭燕
  1. Example23

    0下载:
  2. VS2010中MFC实现按钮控件Button、Radio Button和Check Box- VS2010 MFC button control to achieve Button, Button Radio and Check Box
  3. 所属分类:Button control

    • 发布日期:2017-06-16
    • 文件大小:23822329
    • 提供者:phill
  1. boom

    0下载:
  2. MFC 扫雷 模仿WINDOWS扫雷 MFC标签按钮实现-MFC demining imitate WINDOWS demining MFC implementation label button
  3. 所属分类:Other Games

    • 发布日期:2017-05-21
    • 文件大小:5859324
    • 提供者:李高帅
  1. TimeTest

    0下载:
  2. 在C++ MFC中对时间控件的操作,其中定义了两个按钮,分别实现此功能-To the operation of the time control in c++ MFC.Which defines the two buttons, respectively to realize this function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:6382374
    • 提供者:Jack
  1. SERVER

    0下载:
  2. VC6.0 MFC 对话框中利用按钮实现简单的socket通信-VC6.0 MFC dialog box, use the button to achieve a simple socket communication
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1929033
    • 提供者:齐霖
  1. TestCheckNRadio

    0下载:
  2. 该工程对MFC中的单选按钮、复选按钮进行了重绘,可以方便的使用自定义图片代替单选框、复选框,操作方便,接口稳定,欢迎测试-This Project can help you to use CheckBox and RadioButton in a new way, which you can use your own pictures to draw your interface.
  3. 所属分类:Button control

    • 发布日期:2017-04-30
    • 文件大小:304950
    • 提供者:ReNew | Man
  1. VCbutton

    1下载:
  2. MFC VC6 按钮透明 MFC VC6 按钮透明 -MFC VC6 button
  3. 所属分类:Dialog_Window

    • 发布日期:2017-02-13
    • 文件大小:69632
    • 提供者:ser
  1. EditBkgColor

    0下载:
  2. MFC下有编辑框A,按钮B,按钮C,怎么写程序可以按下B后使A的背景变白色,按下C后变成红色- A edit box, button B, C MFC button down, after how to write a program by pressing B becomes the background A white, press the C into the red
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:2855156
    • 提供者:mczhang13
  1. adressbool

    0下载:
  2. 1) 利用MFC的向导,创建基于对话框的应用程序,添加按钮、编辑框等控件; 2) 设计通讯录的数据结构(如:以数组或者动态链表)和相应的类; 3) 完成对通讯录中记录的增加、修改、删除和显示。 4) 将通讯录存入文件。能够打开并显示其中所存的同学信息,并可以进行后续的操作。 -1) the use of MFC wizard to create a dialog-based application, add buttons, edit boxes and other contro
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-30
    • 文件大小:45632
    • 提供者:jack
  1. button

    0下载:
  2. MFC中教你如何去定义自定义的按钮,其中包括有核心的代码供大家学习。-button MFC
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:82783
    • 提供者:王鹏飞
  1. test4

    0下载:
  2. MFC开发鼠标控制按钮的移动,按钮的添加,删除,以及按钮之间的连线。-Mobile MFC develop mouse control buttons, buttons add, delete, and the connection between the buttons.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5829589
    • 提供者:
  1. SCommTest

    1下载:
  2. vc++mfc编程实现串口收发数据,按钮指示灯变色功能。-vc++ mfc programming serial data transceiver, the button lights change color function.
  3. 所属分类:Button control

    • 发布日期:2017-05-09
    • 文件大小:1922779
    • 提供者:邵天长
  1. PortCMotor

    1下载:
  2. 基于MFC串口通信的步进电机控制程序,是大二时写的,里面涉及到多个控件的使用方法,具体控件有按钮,标签,滑动条,切换按钮,以及定时器的使用,还有串口数据解析与Hex进制转换。对MFC串口使用者有很大实用价值-Stepper motor control program MFC based serial communication, is a sophomore writing, which involves the use of multiple controls, in particular c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-02
    • 文件大小:14808827
    • 提供者:刘荣芳
  1. NewControls

    0下载:
  2. 各种按钮重绘,环境VS2008,MFC类库,适合初学者学习。-Various buttons redraw
  3. 所属分类:ComboBox

    • 发布日期:2017-04-30
    • 文件大小:155287
    • 提供者:邓伟杭
  1. ex5

    0下载:
  2. MFC科学计算器功能的实现,vc++框架,按钮控件,编辑框-MFC to achieve scientific calculator function, c++ framework, control buttons, edit boxes
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4532717
    • 提供者:唐斌
« 1 2 ... 26 27 28 29 30 3132 33 34 »
搜珍网 www.dssz.com