搜索资源列表
Lab1.1
- 1.ActiveX控件可用多种编程语言如VB,VC++,C#编写,以OCX或DLL形式存在,进行注册后,可以在网页中引用。当用户浏览相关页面并下载相关控件后,即可获得控件中封装的功能。 2.此程序编写一个ActiveX控件,在用户磁盘上创建一个文件,当下载后删除这个文件。
IEPlus
- VC++自动控制网页 能够访问网页元素 如打开百度,在搜索框输入“IEPlus测试搜索以下”,然后自动点击搜索 使用COM技术 本程序包含自动得到鼠标下网页元素的方法
在网页中调用VC写的对话框
- OCX控件,在网页中可以直接调用OCX控件的例子。-OCX controls on the website can be called directly OCX controls example.
第九章 在网页中实现文件上传源文件
- 开发以一个全功能的ASP文件上传组件,分析网页中传来的文件数据,提供接口供ASP程序调用该组件保存数据。 编写Web页供用户选择上传文件。 编写ASP文件调用文件上传组件,将文件保存到服务器文件系统中。VC提供的控件。-development to a full-featured file upload ASP components, analysis website arrived at the document data, providing ASP interface procedures
AxBrowser.rar
- 本人学习Windows编程时的入门程序,在ActiveX控件中嵌入一个浏览器控件,可以完成简单的网页解析,并且提供测试程序加载和测试这个控件。使用VC++ 2005可以直接编译运行。,I am learning Windows programming at the time of entry procedures, in the ActiveX control embedded in a browser control, web page to complete simple analysis,
WebOCX
- 这是一个实现WEB中调用对话框ocx控件的例子,里面包含一个VC写OCX的例子,以及对应的网页,可以用于网络开发人员的参考-This is a call to a web page written in VC example dialog box controls, which contains a VC to write examples OCX, as well as the corresponding web page, can be used for the reference netw
Hello
- 实现一个ocx控件,可以把一个对话框,嵌入在网页中。完整的工程文件,包括一个simple.html网页。-A ocx control, a dialog box can be embedded in Web pages. Including the project documents, and a simple web page.
VC6.0_ATL_COM
- 介绍在VC6.0下如何创建ATL com组件,并提供实例说明如何使用以及释放ATL控件。 另外,ATL组件也可以应用在网页中。-Describes how to create a VC6.0 ATL com component, and provide examples of how to use and release of ATL control. In addition, ATL component can also be used in Web pages.
ATLsample
- 这个程序是基于VC的ATL的简单程序,程序生成一个DLL的activex空件,只包含一个函数 add可以用下面代码实现网页调用-This procedure is based on the VC of the ATL simple procedures, procedures to generate a DLL s activex empty cases, contains only one function can add the following code to call the page
ACTIVEX
- ActiveX控件可以简单地理解为能够实现特定功能的控件,例如可以浏览网页的控件、可以播放音频与视频的控件,可以播放Flash动画的控件等等。ActiveX控件是一种可重用的软件组件,由编程语言开发,开发ActiveX控件可以使用各种编程语言,如C,C++,当然也包括Visual Studio.NET环境的VB.NET、VC.NET、C等编程语言。ActiveX控件目前仅适用于Windows平台。 -ActiveX controls can be simply understood as the
vc_activex
- 使用VC开发ActiveX控件的书(网页版)和源代码-Develop ActiveX with VC++, the book (web version) and source code