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

搜索资源列表

  1. VC++编写的ActiveX控件

    2下载:
  2. ActiveX控件是用户自己编写的控件,并能成功地注册到计算机中并被用户编写的程序所调用以实现用户定义的功能,这样可以节省代码的编写时间。VC++和MFC是用于创建ActiveX控件的强大而灵活的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我们选用MFC来进行ActiveX控件的开发。本程序我们就来写一个简单的ActiveX控件,程序虽然简单,但是从中我们可以了解到ActiveX控件编写的整个过程。-ActiveX is prepared by the user controls
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:45777
    • 提供者:和平鸽
  1. OleEdit

    0下载:
  2. 使用MFC开发ActiveX控件实例源码-MFC ActiveX control with source code examples developed
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-15
    • 文件大小:33587
    • 提供者:彭丽娟
  1. CamPlayer20091015142548

    0下载:
  2. 用MFC ACTIVEX开发的用于网页控制视频文件播放与停止的源码。-Developed with MFC ACTIVEX control video files for web pages and stop the source.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-12
    • 文件大小:19947963
    • 提供者:sss
  1. ruanjianpan

    0下载:
  2. 用mfc activeX实现银行软键盘控件,附有JS测试脚本,先对工程生成的控件注册,然后测试-Mfc activeX with soft keyboard controls to achieve the bank, accompanied by JS test scr ipt, the first generation of engineering control register, and then test
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-09
    • 文件大小:16496461
    • 提供者:szh2048
  1. opengl_activex

    0下载:
  2. An OpenGL ActiveX Control Developed with MFC 用MFC写的OpenGL控件 -An OpenGL ActiveX Control Developed with MFC by MFC controls written in OpenGL
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:46601
    • 提供者:luqixue
  1. MyPlayer

    0下载:
  2. 文件——》新建——》项目,选择MFC应用程序——》名称为player——》确定。 点击应用程序类型——》基于对话框——》完成。 在DIALOG中右击——》插入ACTIVEX控件——》选Windows Media Player ,添加了Windows Media Player 控件ID为IDC_OCX1。 对Windows Media Player控件右击——》添加变量——》变量名为m_wmplayer——》完成。 拉二个按钮到DIALOG中“打开”和“暂停”,双击“打开”
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:159524
    • 提供者:陈冉
  1. Activex

    0下载:
  2. MFC programming for Active x control
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-24
    • 文件大小:106071
    • 提供者:ash
  1. WinSockActiveX

    0下载:
  2. 这个例子由程序员小辉编写,主要向大家介绍如何使用VC++创建一个标准的MFC WinSock ActiveX控件,源代码非常完整,提供接口、与相应事件挂钩。实例涉及到VARIANT、SAFEARRAY、BSTR的详细使用方法。另外还提供了WinSock的详细开发步骤,以及如何响应网络超时,网络断开的事件方法以及在VC、VB调用该控件的方法。-This example prepared by the programmer Xiaohui, mainly to tell you about how
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:546329
    • 提供者:Massachusetts
  1. MFCActiveWinSock

    0下载:
  2. 标准MFC WinSock ActiveX控件开发实例 开发一个ActiveX控件,提供接口,与相应事件挂钩。-Standard MFC WinSock ActiveX control is an instance of development of an ActiveX control developed to provide interfaces to link with the corresponding event.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:748561
    • 提供者:xautwqk
  1. wang_mscomm-

    0下载:
  2. 基于mfc activeX控件的串口使用方法总结。-Mfc activeX control is based on the serial port to use summary.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:6154
    • 提供者:wang
  1. ActiveX

    0下载:
  2. ACtive控件,MFC开发.使用上层的程序开发简单的控件-ACtive control, MFC development. Development of simple procedures for the use of the upper control
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:432521
    • 提供者:liupeng
  1. WinPainter

    0下载:
  2. WinPainter MFC ActiveX源代码,对于学习组件编程有一定的参考价值。-WinPainter MFC ActiveX Control Sources
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4604265
    • 提供者:abing
  1. MFCchuankoubiancheng

    0下载:
  2. 本文档详细介绍了在MFC下基于ActiveX控件的32位串口编程探讨-This document details the MFC ActiveX Control Based on 32-bit serial programming of
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:134413
    • 提供者:花无缺
  1. Standard-MFC-WinSock-ActiveX

    0下载:
  2. 标准MFC WinSock ActiveX控件开发实例 --为广大正在学习C++MFC,Winsock,ActiveX编程的朋友提供帮助。Standard MFC WinSock ActiveX control development example - for the majority are learning C + + MFC, Winsock, ActiveX programming friends to help.-Standard MFC WinSock ActiveX contro
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-09
    • 文件大小:16011124
    • 提供者:杨正红
  1. MFC-Activex-record

    0下载:
  2. 这是一个用VC6.0,C++编写的MFC Activex 录音机控件,已编译通过.-This is a VC6.0, C++ written in MFC Activex recorder control, compiled by.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-11
    • 文件大小:2600152
    • 提供者:竺显斌
  1. ActiveX-Develop-Use-MFC

    0下载:
  2. 使用MFC开发ACTIVEX控件,很不错的入门教程。-Using MFC development ACTIVEX control, very good introductory tutorial.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:48538
    • 提供者:
  1. MFC-ActiveX-control-(MFCActiveX)

    0下载:
  2. MFC编写ActiveX的例子,很好的入门例子-ActiveX by MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-08
    • 文件大小:68393
    • 提供者:your name
  1. MFC-ActiveX

    0下载:
  2. 这是关于在Windows下MFC-ActiveX项目的介绍资料。 使用ActiveX控件,对应VC++程序员来说有很大帮助。-This is on the Windows under MFC-ActiveX project information. Use the ActiveX control, the corresponding VC++ programmers are very helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:17236
    • 提供者:李宇宙
  1. McdOcx

    0下载:
  2. 在vc上开发的MFC activeX控件实例-In the development of VC MFC activeX control instance
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-04
    • 文件大小:16539
    • 提供者:dai
  1. leEdit

    0下载:
  2. 使用MFC开发ActiveX控件OleEdit,VC++精选编程学习源码,很好的参考资料。-Use the MFC ActiveX control OleEdit, VC++ selection of programming learning source, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:484697
    • 提供者:李丞
« 12 3 »
搜珍网 www.dssz.com