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

搜索资源列表

  1. MFC

    0下载:
  2. MFC中对话框中的一些设置,包括设置对话框背景颜色、水平滚动条、加载位图等功能。-MFC in the dialog box settings, including the background color of the Settings dialog box, the horizontal scroll bar, loaded bitmap functions.
  3. 所属分类:File Formats

    • 发布日期:2017-11-21
    • 文件大小:58718
    • 提供者:赵伟
  1. zhuanpan

    0下载:
  2. 通过MFC对话框工程创建一个窗口,在该窗口中使用opengl绘制立方体,圆锥等3D图形,旋转等-MFC dialog project to create a window, the window the opengl rendering cube, cone and 3D graphics, rotation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:11795369
    • 提供者:海海
  1. BiyeSheji

    0下载:
  2. 起重机工况选型对话框,包括程序与数据库,使用VS2008中的C++编写的MFC对话框,代码丰富。-The crane operating mode selection dialog box, including program and database use the VS2008 in C++ written MFC dialog box, code.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-01
    • 文件大小:12961557
    • 提供者:www
  1. SerialMeasurement

    0下载:
  2. 基于MFC对话框串口通信的编程。可以进行多次发送,接收并保存数据-Based on the the MFC dialog serial communication programming. Can repeatedly send, receive and save the data
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-05
    • 文件大小:5773038
    • 提供者:黄开辉
  1. TwoMachineCommunication

    0下载:
  2. vc6 实现双机互联 串口通信 MFC 对话框 必须可以运行-the vc6 achieve dual-Internet serial communication MFC dialog
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:6039103
    • 提供者:高森
  1. OPENCV_CAMSHIFT

    0下载:
  2. OPENCV的MFC界面+CAMSHIFT跟踪(在MFC对话框的picture控件中实现CAMSHIFT跟踪)-OPENCV the the MFC interface+CAMSHIFT track to achieve CAMSHIFT tracking (picture control in MFC dialog)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-12
    • 文件大小:5455026
    • 提供者:panwenpei
  1. MyOpenCV_Camera

    1下载:
  2. vc2010下MFC对话框中调用电脑摄像头,并将图像做灰度个二值化处理后显示在图片控件上-under vc2010 MFC dialog call PC camera, and the image shown in the picture control after grayscale binarization processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:59532288
    • 提供者:王留
  1. bitmap-background-dialog-of-MFC

    0下载:
  2. 这是一个仅仅实现了,给MFC程序的对话框添加位图背景的程序-This is a mere realization, the dialog box to add to the MFC program bitmap background program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:14047623
    • 提供者:周振永
  1. SounderTest

    0下载:
  2. 用vs2005编写的简单mfc对话框程序,适合新手学习-Vs2005 write simple mfc dialog box procedure , suitable for novice learning
  3. 所属分类:Windows CE

    • 发布日期:2017-11-28
    • 文件大小:10312947
    • 提供者:zhujian
  1. mfcDialog

    0下载:
  2. 一个MFC demo。实现基本所有MFC对话框的所有元素。下载后在VC++里可以直接运行。-An MFC demo. Achieve all basic MFC dialog box of all the elements. Download in VC++ can be run directly.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-14
    • 文件大小:2342943
    • 提供者:王学兴
  1. MultiThread

    0下载:
  2. 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:109037
    • 提供者:Kyle
  1. Transfer

    0下载:
  2. transfer 大型文件传输 基于mfc对话框网络编程-transfer large file transfer mfc dialog-based network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-05
    • 文件大小:43056
    • 提供者:刘显三
  1. MFC-Call-dll

    0下载:
  2. 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:2112998
    • 提供者:zhtwei
  1. WindowDll

    0下载:
  2. MFC对话框DLL示例,将对话框封装成完成对应功能的DLL便于项目间多模块的协作-the sample of write the mfc dialog dll(dynamic librrary)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:16087942
    • 提供者:单文彬
  1. Win32MFC

    0下载:
  2. win32程序中手动搭建环境,调用mfc对话框-the win32 program manually set up the environment, calling mfc dialog
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:17328
    • 提供者:David
  1. FontForm

    0下载:
  2. 该代码设计了字型窗体的程序启动界面,是基于MFC对话框程序的,适用于各个程序启动的动画效果-The code design the font form interface program starts, MFC dialog-based program, applicable to each program start animation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:4787200
    • 提供者:lxx
  1. Calc

    0下载:
  2. 一个简单的mfc对话框计算器程序,适合初学者入门之用-A simple mfc dialog calculator program, suitable for beginner
  3. 所属分类:Tab Control

    • 发布日期:2017-11-18
    • 文件大小:11852621
    • 提供者:苏克贝塔
  1. Miniplayer2

    0下载:
  2. MFC对话框实现的一个简单音乐播放器。具有播放暂停停止,列表选择文件等功能。-The MFC dialog achieve a simple music player. Play Pause Stop list to select files and other functions.
  3. 所属分类:Audio program

    • 发布日期:2017-11-13
    • 文件大小:3355640
    • 提供者:上衫越野
  1. GMap

    0下载:
  2. 在MFC对话框中插入谷歌地图,完整VS2010工程。-Insert Google Map in MFC Dialog, VS2010 Project
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-11-01
    • 文件大小:142301
    • 提供者:Gao
  1. TrayIcon

    0下载:
  2. MFC对话框托盘图标程序,包含冒泡提示,完美的启动隐藏对话框解决方法-The MFC dialog tray icon program contains bubbling prompted hide the dialog box solution perfect start
  3. 所属分类:Shell api

    • 发布日期:2017-11-13
    • 文件大小:207955
    • 提供者:姚远
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com