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

搜索资源列表

  1. 3100905431009083

    0下载:
  2. 我的程序是在VS2010环境下,通过MFC框架实现的 运行程序步骤:首先找到可执行文件:31009054 窦小敏\StreamAnalysis\Debug\StreamAnalysis.exe 点击StreamAnalysis.exe会出现一个“流量分析”的框架,将要分析的包引入进来,框架右下角有个“分析”按钮,点击将出 现分析结果 我的程序实现的内容是:只保留了TCP和UDP数据包,其它的包全部滤掉,并且计算了UDP和TCP的数量,通过饼图分别得到UDP和TCP占的比例。-My
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:47518720
    • 提供者:窦小敏
  1. CameraController

    0下载:
  2. 云台控制界面和云台控制方法编程,3D的按钮主要是界面的按钮编程-the cameracontroller for MFC
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:8191440
    • 提供者:顾云华
  1. WebCapture_MFC

    0下载:
  2. 通过URL从网页上抓取图片,本程序基于MFC的对话框的工程,通过在对话框中的编辑框中输入图片的URL,点击ShowPic按钮就会从给定的URL网页中获取图片-Crawl through the pictures from a web page URL, the program is based on MFC dialog project, through the edit box in the dialog box enter the picture URL, click the button
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:89728
    • 提供者:罗尚
  1. 9gegong

    0下载:
  2. 一个基于MFC的按钮控件的类似于拼图游戏的小程序,-MFC-based control of a button a small jigsaw puzzle-like process
  3. 所属分类:Game Program

    • 发布日期:2017-05-08
    • 文件大小:1934950
    • 提供者:guijiabin
  1. UFW

    0下载:
  2. 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)// 可移动的磁盘 { //-------
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:27266
    • 提供者:韩宾
  1. Button

    0下载:
  2. MFC基本对话框里设置一个一显示就被禁用的按钮,小程序-MFC dialog box to set up a basic display to be disabled a button, a small program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1874498
    • 提供者:杨元
  1. TrafficCommand

    0下载:
  2. 建立交通网络图的存储结构 解决单源最短路径问题(Dijkstra算法) 实现两个城市之间的最短路径的问题 用MFC实现可视化菜单界面,使操作更加人性化,包括启动界面、图标、背景、按钮、界面框架等设计-Established transportation network graph structure to solve the storage problem of single-source shortest path (Dijkstra algorithm) to achieve t
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1562727
    • 提供者:
  1. buttonshowAVI

    0下载:
  2. 一个可以在按钮上显示AVI动画的按钮程序-An AVI animations on the button displays the button procedure。mfc
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1968085
    • 提供者:michael
  1. click

    0下载:
  2. 单击其他程序中的按钮,MFC编程,初学者可以看一下-click other program s button,MFC program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3731657
    • 提供者:zhouwentao
  1. xmBtnClass

    0下载:
  2. mfc下button控件的子类化,实现按钮控件的自绘,代码很简单,便于初学者-Under the button control mfc subclass, rounded button control to achieve self-painted, the code is very simple, easy for beginners
  3. 所属分类:Button control

    • 发布日期:2017-03-28
    • 文件大小:36509
    • 提供者:liugang
  1. Lesson9Code

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the wizard-gen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:58062
    • 提供者:王晓坡
  1. wy2011

    1下载:
  2. 本实例要求学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左方有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。-Instances required to learn the MFC-WINDOWS-based application design, the preparation of an analog clock pro
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1956473
    • 提供者:王勇
  1. MouseMoveButton

    0下载:
  2. 一个按钮控件,比MFC的好用多了,例如:可以改颜色,点击等都可以改颜色,设为透明等-A button control, easy to use more than the MFC, you can change the color, click so you can change the color, set transparency, etc.
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:69064
    • 提供者:tang
  1. CButtonST

    0下载:
  2. 外观漂亮、功能强大、使用方便的MFC扩展按钮类-Look beautiful, powerful, easy to use MFC extension classes button
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2354992
    • 提供者:xzr
  1. ClockTest

    0下载:
  2. 本程序是用MFC实现的一个钟表时间源代码,点击按钮,显示时间-This procedure is a clock with MFC realize time code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1889851
    • 提供者:liuyan
  1. addressbook

    0下载:
  2. 设计一个带有友好界面的通讯录,使之能够实现添加、删除、查看、查找等功能。具体方法是用Visual C++ 6.0建立一个MFC的应用工程。在工程中新建一个基于对话框的界面,根据自己对界面的设计在上面添加编辑框、按钮等控件,通过对按钮进行函数的设置从而实现各种功能。-Design a book with a friendly interface to enable implementation to add, delete, view, search and other functions. Th
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2184755
    • 提供者:刘磊
  1. liulanshujvku

    0下载:
  2. 该程序实现了对mdb数据库文件,用mfc来编写界面进行浏览。压缩文件里的StuInfo6.mdb为所给的数据库文件。 通过按钮控件可以将记录移动到第一条记录,最后一条记录以及上一条记录,下一条记录等等。-The program realized mdb database file to write the interface with mfc browsing. Compressed file in the StuInfo6.mdb for the given database file.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-15
    • 文件大小:3841261
    • 提供者:chenjun
  1. caidanbiancheng

    0下载:
  2. 来自菜单、加速键或工具栏按钮的消息。这类消息都以WM_COMMAND呈现。在MFC中,通过菜单项的标识(ID)来区分不同的命令消息;在SDK中,通过消息的wParam参数识别。-From the menu or toolbar button to speed up the key message. Such messages are presented in WM_COMMAND. In MFC, a menu item through the identification (ID) to di
  3. 所属分类:Menu control

    • 发布日期:2017-04-16
    • 文件大小:9677
    • 提供者:流云自随风
  1. WM_Lift

    0下载:
  2. 电梯上下楼仿真模拟VC++源码实现,模拟电梯上去的时候,可以随便按上去的任一个按钮,但是下来的时候,可要好好按哦,必须一层一层的按,要不然那个小球进不了电梯哦。本程序也是采用了创建类的方法来编写,用到了MFC的基础知识,学了MFC快一个月了,界面编程学的还可以了,可一些核心的知识还是有好多不知道。所以也将本程序奉献给那些与我水平相当,期盼上进的VC同仁们。 -Simulation of the elevator downstairs to achieve VC++ source code t
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-25
    • 文件大小:32226
    • 提供者:madud00034
  1. Fscrn

    1下载:
  2. 让MFC程序全屏显示的VC++示例源码,的全屏状态下有恢复按钮,这是提升人性的需要,有朋友需要请借鉴一下。 -MFC program to full-screen display example of VC++ source code, the full screen mode has resume button, which is to enhance human needs, a friend of need, please learn from it.
  3. 所属分类:其他小程序

    • 发布日期:2013-09-02
    • 文件大小:20924
    • 提供者:madud00108
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 34 »
搜珍网 www.dssz.com