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

搜索资源列表

  1. wavedisplay

    0下载:
  2. VC开发的图形显示ActiveX控件源码 4路曲线,颜色等参数可自由设置-VC graphics ActiveX FOSS four road curves, color and other parameters to be set free
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:74055
    • 提供者:宋玉春
  1. comtut18src

    0下载:
  2. 介绍属性包 IPersistPropertyBag 接口的实现方法和调用方式。属性包,是以“名称 - 值”的方式提供组件持续性的支持,而“名称 - 值”恰恰又适合于用文本方式来表现。下面的片段是在 HTML 中插入 Microsoft MonthView Control ActiveX 控件后的样式: -briefing packet attributes IPersistPropertyBag interface method and the use of methods. Attribu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79367
    • 提供者:刘影
  1. flash动画

    0下载:
  2. 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$Windows\\System\\Macromed \\Flash中 或在Win2000中的$Winnt\\System32\\ Macromed\\Flash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2506
    • 提供者:普拉
  1. singlenumber

    0下载:
  2. 一个单个数字的Activex控件,用于工控编程中的数字仪表啊;-a single digit ActiveX Controls, Industrial Programming for the digital meter ah;
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:45885
    • 提供者:刘心亮
  1. 20060116Source

    0下载:
  2. 类似于OutLook窗口的XFloorWnd ActiveX控件源程序,其中包含了示例程序。使用该Ocx,可以非常容易的实现OutLook窗口效果-similar to the Outlook window XFloorWnd ActiveX source, it covers a sample program. Use of the Ocx, can be very easy to achieve results Outlook window
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:337811
    • 提供者:徐刚
  1. chklsbev

    0下载:
  2. CheckListBox ActiveX控件是为了Microsoft Visual Basic和其他支持ActiveX控件的语言设计的控件。它提供了类似Microsoft Word和Excel 中的内含检查框 ( CheckBox)的列表框(listbox)。 更为神奇的是这个控件的每项都可以使用不同的字体、颜色和图标。检查框也可以设置成显示或不显示。你难道不想让自己程序中列表框变得更生动、更与众不同吗?软件中包括Visual Basic、Visual Basic.NET、Visual C
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:311106
    • 提供者:小马
  1. pingActiveX

    0下载:
  2. 做扁平按钮的ActiveX控件,首次发东东,请多指导-so flat button ActiveX controls, the first page, please guide
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:24149
    • 提供者:吴名
  1. r200512168042

    0下载:
  2. activex控件呢?客户端上ie中关于activex的设置我全设为启用了 小弟在另外一台安装cb的win2000... -client on activeX ie on the set I had the whole set to open in another one brother-mounted cb the WIN2000 ...
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:296304
    • 提供者:fhtr
  1. ChartHtml

    0下载:
  2. ActiveX控件的制作及网络应用 程序名称:ChartData.ctl-ActiveX control in the production and network applications title : ChartData.ctl
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:14537
    • 提供者:远风
  1. TransFX

    0下载:
  2. 制作幻灯片的ActiveX 控件,可以制作图片演示或屏幕保护 -produced slides ActiveX controls can produce pictures or screen presentation
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:69762
    • 提供者:荆无命
  1. 20060420

    0下载:
  2. 可显示百分比、文字、渐变色的进度条ActiveX控件源代码-can show that the percentage of text, color graded on the progress of the source code for ActiveX
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:29556
    • 提供者:风起
  1. LessonCode

    0下载:
  2. ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。如何注册控件与取消控件注册。在VB和VC中访问ActiveX控件。-ActiveX controls in the preparation, how to control arrangements attributes, methods, events, properties. Persistent storage, control their own containers notice
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:59108
    • 提供者:王明
  1. wtl4_mfc6_demo

    0下载:
  2. 《包容ActiveX控件》将介绍ATL对在对话框中使用ActiveX控件的支持,由于ActiveX控件就是ATL的专业,所以WTL没有添加其他的辅助类。不过,在ATL中使用ActiveX控件与在MFC中有很大的不同,所以需要重点介绍。我将介绍如何包容一个控件并处理控件的事件,开发ATL应用程序相对于MFC的类向导来说有点不方便。在WTL程序中自然可以使用ATL对包容ActiveX控件的支持。 例子工程演示如何使用IE的浏览器控件,我选择浏览器控件有两个好处: 每台计算机都有这
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27818
    • 提供者:wwwwppp
  1. filevw21

    0下载:
  2. FileView ActiveX 控件允许你在应用程序中增加一个象Windows Explorer一样的listview,并显示所有的文件夹及文件-FileView ActiveX controls allow you to add applications as a Windows ws Explorer the same error, and that all the folders and documents
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:101952
    • 提供者:胡名
  1. XPActiveXBtn_Scroll

    0下载:
  2. Windows XP风格之Windows XP风格按钮和滚动条ActiveX控件,VC++下运行-Style Windows XP Windows XP style button and scroll ActiveX Controls, VC running
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:345525
    • 提供者:胡少龙
  1. AddMSComm

    0下载:
  2. 当我们安装VC++6.0/VB6.0时,如果选择了ACtiveX控件项(自定义安装),MSComm控件-6.0/VB6.0 VC, If you choose ACtiveX Control (custom installation), the MSComm control
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:4385
    • 提供者:刘志
  1. VBActiveXer

    0下载:
  2. VB做ActiveX控件的源码 IT人博客:记录IT人的喜怒哀乐,书写IT人的成长奋斗。 今天,你学习了吗,进步了吗,反思了吗,收获了吗,感悟了吗? 和你一起成长的,是IT人博客!我准备好了,你准备好了吗? 一起来IT人博客学习交流吧! IT人博客:http://www.itrbk.com 建站之家:www.sea20.com 自助建站、企业建站、建站系统!为企业和个人提供建站服务! 爱搜万网: 全力打造完美搜索引擎,适合中国人的搜索引擎!
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:246744
    • 提供者:蒋慧中
  1. 5ivb_702608

    0下载:
  2. FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:105306
    • 提供者:jindan
  1. Lesson18Code

    0下载:
  2. ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。如何注册控件与取消控件注册。在VB和VC中访问ActiveX控件。-ActiveX controls in the preparation, how to control arrangements for the properties, methods, events, properties page Persistent storage, and how to control thei
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2548502
    • 提供者:卓斌
  1. PropList

    0下载:
  2. 国外某工程师写的ListCtrl ActiveX控件; 视觉效果较好,美中不足的是有些许视觉BUG待改进;但其代码有值得学习之处。-a foreign engineer wrote ListCtrl ActiveX control; Visual effects better, fly in the ointment is that some Xu visual BUG to be improved; However, its code is worth learning.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:68451
    • 提供者:狼夜行
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com