登录
首页 » ActiveX-DCOM-ATL » 演示IE中事件处理的activex控件

演示IE中事件处理的activex控件

于 2022-10-05 发布 文件大小:37.92 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

演示IE中事件处理的activex控件-Activex control which demonstrates event processing in IE

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量...
    1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量初始化为0及给定值,另有计算复数的加减法及输出复数的三个方法,编程序利用该类完成2+3i与6-8i相加,12+9i与20-8i相减,并利用复数的输出方法将结果输出。-Define a complex number class Complex, the class is represented real and imaginary parts of the member variable, there are two constructor Complex () and the Complex (int x, int y) of the respective member variables will be initialized to 0 and the given value Another calculation of complex addition and subtraction method and output the plural of the three methods, programmed to use the class to complete 2+3 i and 6-8i sum, 12+9 i and subtract 20-8i, and the use of the plural output method results output.
    2022-03-18 05:31:53下载
    积分:1
  • Controls is one of the many digital display controls, controls the content of th...
    这个控件是一个多位数码显示控件,控件的内容的操作接口就是其Caption的值。控件的显示尺寸可以通过鼠标更改控件客户区域的高度改变,数码管的个数可以通过更改其宽度改变,颜色可以通过控件属性对话框改变。该空间非常实用,非常方便。-Controls is one of the many digital display controls, controls the content of the user interface is its Caption value. Controls size can indicate changes in the mouse control through regional customers to change the height, the number of digital control can be changed by changing its width, color controls can change the Properties dialog. The space is very practical, very convenient.
    2022-03-16 06:48:50下载
    积分:1
  • 写的日历控件,支持农历的农历日历可以…
    工控行业的仪表控件可以很方便用于实际工程,就是表的范围设定上需要改进-VC wrote the calendar control, to support the solar calendar lunar calendar can be displayed at the same time, highlight today, marking the date, the date set for convenient interface
    2022-02-10 05:20:50下载
    积分:1
  • use five minutes, adds to the functionality flash player flash player is the use...
    利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
    2022-02-01 12:32:15下载
    积分:1
  • MIC控件编程演示 源码标有注释清楚明了
    MIC控件编程演示 源码标有注释清楚明了-MIC source control program demonstrated marked Notes clarity
    2022-03-26 15:16:12下载
    积分:1
  • 手机通过蓝牙上网不走GPRS流量,一定是很好的源代码,欢迎下载,现在此软件只能一个手机连接一台电脑上网!理论上可以七个手机同时连接一台电脑上网!有要研究七台手机...
    手机通过蓝牙上网不走GPRS流量,一定是很好的源代码,欢迎下载,现在此软件只能一个手机连接一台电脑上网!理论上可以七个手机同时连接一台电脑上网!有要研究七台手机连接一台电脑上网的请发邮件至 jodyyang@163.com反应大家加入!-Don t go through bluetooth phones Internet traffic, must be very GPRS good source, welcome to download this software, now only a mobile phone connection computer online! Seven cell phones can theoretically computer Internet connection! Have to study the daytime phone connection of computer net please email to jodyyang@163.com reaction!
    2023-09-06 13:25:03下载
    积分:1
  • OPC DA 2规范的实现源代码。可以编译成dll文件,佛…
    实现OPC DA 2.0 Specification的源代码。可以编译成dll文件,用于构建OPC服务器-OPC DA 2.0 Specification to achieve the source code. Dll file can be compiled for the Construction of OPC server
    2022-11-23 01:30:03下载
    积分:1
  • Southampton UK RADIO COMMUNICATION Communication graduate courseware clearly ver...
    英国南安浦顿通信研究生RADIO COMMUNICATION 的课件非常详细清楚PART1-Southampton UK RADIO COMMUNICATION Communication graduate courseware clearly very detailed PART1
    2022-04-19 20:52:41下载
    积分:1
  • This article serves as an entry point to a series of articles describing how to...
    This article serves as an entry point to a series of articles describing how to place just about any component into a cell of a DBGrid. Suppose you have a boolean field in your dataset. By default, the DBGrid displays boolean fields as "True" or "False" depending on the value of the data field. If you think the same way I do, it is much more visually attractive to be able to you use a "true" check box control to enable editing of such fields.
    2022-02-16 03:11:20下载
    积分:1
  • 基于java访问DCOM,100%纯java代码,未使用JNI,100%开源。
    基于java访问DCOM,100%纯java代码,未使用JNI,100%开源。-visit DCOM-based java, 100% pure java code, unused JNI, 100% revenue.
    2022-10-17 22:15:03下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载