activex plugin

Alibabacloud.com offers a wide variety of articles about activex plugin, easily find your activex plugin information here online.

[ATL/ActiveX] Full Screen Display ActiveX Control

Currently, many video sharing websites, such as Tudou, use the flash control as the player interface. However, it is very simple to use flash to implement full screen. You only need to set the fullscreen attribute to true, other players, such as mediaplayer, have properties similar to full screen effects. But how can this effect be achieved in custom ActiveX controls? The basic implementation is actually relatively simple. There are also many examples

Fixed the issue that ACTIVEX Control Test Container cannot be called when VC6.0 Activex runs directly.

People who have compiled mfc activex may have encountered the problem that Activex Control Test Container cannot be called after Rebuild all, although this is a small problem but when debugging a large project will encounter trouble that can not DEBUG-F5, the solution is as follows: Alt + F7 click Executable for DEBUG session on the debug properties page to change the actual path of

Interaction between ActiveX controls and Javascript in Web pages. js calls ActiveX functions.

Javascript calls functions in ActiveX Controls The key to this interaction is to add external methods to the interface class. The procedure is as follows: 1. Create an MFC ActiveX project in. net 2. in the class view, you can see a "project name + lib" item at the bottom. The icon is different from the class icon above. expand it and you can see three items, the following is how to add an external functi

COM Component Development Practices (VII)---multithreaded ActiveX controls and AutoFit ActiveX control size (top)

Disclaimer: This code is based on CodeProject's article, "A Complete ActiveX Web control Tutorial," and therefore also follows code Project Open License (Cpol). Recently encountered two requirements: 1 use worker threads in an ActiveX control to complete the underlying hardware Device scan task, and to callback the JavaScript function of the external Web page in the worker thread based on the result of the

Application 2 of VLC: ActiveX and cab of VLC

> In this way, the Web Client can be used without manually registering axvlc. dll. 6. A small and serious problemBecause the Installation File of VLC is usually large, the created cab file is also large. When the network bandwidth is not good, it may take a long time to download the cab, basically, this method won't work. So We VLC needs to be streamlined based on your business needs. Jeremiah will introduce it in the next log. 7. C # Use VLC Activ

Delphi XE7 to develop ActiveX and debug under Intraweb

Recently learning DelphiXE7 under the Intraweb development, Intraweb full server-side operation so that Fastreport report system can not run on the client, of course, there are a lot of solutions on the Internet, such as export to PDF, give the connection, let customers click Download, etc. Personal feeling is not perfect. Because I do the b/s system mainly run on the Windows platform, so still consider the ActiveX

How ActiveX calls a JavaScript function in a Web page that references that ActiveX

active|activex|javascript| Function | Web page Objective Many netizens ask, in HTML page place a COM object, this object how to call the page script function problem, I recently also because the work needs to realize such function, after the internet search, got a lot of help, but did not find a complete implementation. This article describes several key points in the implementation process and provides a download of an example project. 1--To add a me

MFC's ActiveX Control learning

understand the ActiveX control as a dynamic link library.The following is an introduction to the ActiveX plugin from the insertion of existing controls and the application of custom plug-ins:First insert an already existing plug-in, here the author on the vc6.0 with a display date of the calendar plugin as an example:

Delphi Writing ActiveX control (OCX Control) knowledge and examples (with detailed steps)

I. Introduction to the Application of ActiveX:ActiveX controls, which are commonly called OCX controls, are part of ActiveX technology. ActiveX is a Component Object model COM-based technology introduced by Microsoft, including a series of extensions and enhancements to the Windows 32-bit Application programming interface (Win32 API) and Component Object model, with the goal of integrating the computer desk

ActiveX components and their registration

I. Overview In the following section, we will briefly introduce the concept and classification of ActiveX components, so that readers can have a conceptual grasp of ActiveX components. The following describes how to register ActiveX components. The registration methods of ActiveX controls,

Common problems with using ActiveX controls to develop Web pages

1. What is an ActiveX control? The microsoft®activex™ control is a reusable software component developed by software vendors. With ActiveX controls, you can quickly add special features to URLs, desktop applications, and development tools. For example, a StockTicker control can be used to instantly add activity information to a Web page, and animation controls m

How ActiveX controls are blocked

We often use the Internet, when we use the browser to browse some Web pages, we will prompt the ActiveX control is blocked, and then how? What exactly is an ActiveX control? Does an ActiveX control block affect your computer's Internet access? The following Pepsi net is for you. The things that ActiveX controls. What

Java Applet breaks down ActiveX

example, the following tag declares a Java Applet named com. cmpc. CMPCApplet3, which requires 1.4.1 or an updated sun jvm (Plug-in developed for IE ):Width = "320" height = "240" name = "CMPC"Codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,1,mn">After the JVM is downloaded and installed, IE runs the Applet automatically. Of course, the download and installation of JVM in each version only happens once

Using VS2010 to create an MFC ActiveX Project _c language

The basic concept of 1.ActiveX An ActiveX control can be viewed as a minimal server application that cannot run independently, and must be embedded in a container program to run with that container. This container includes Web pages, application forms, etc. ... The name of the ActiveX control's suffix is OCX or DLL. Generally, OCX and dynamic library coexist in

Overview of ActiveX technology (i.)

Definition of 1.1.ActiveX ActiveX is a set of technologies proposed by Microsoft that uses COM (Componentobjectmodel, part object models) to enable software parts to interact in a networked environment. It has nothing to do with the specific programming language. As a technology developed for Internet applications, ActiveX is widely used in all aspects of Web se

JS ActiveX Control Usage Description new ActiveXObject ()

default level, and the ActiveX control does not have a valid digital signature, Windows blocks the ActiveX control from being installed. nbsp; A valid digital signature confirms the issuer's identity (the company, website, or person distributing the document) and confirms that the document has not been tampered with since it was signed. If the file does not have a valid digital signature, you cannot determ

Unable to register ActiveX control for Flash Player

The Flash plugin on the computer unexpectedly did not have, casually opens a webpage all prompts to install the Flash plug-in, when installs also appears "Installs encounters the error: cannot register the Flash Player's ActiveX control" such error information. An ActiveX control is a graphical object that allows you to control a set of predefined events.

C + + uses VS2010 to create an MFC ActiveX Project

Basic concepts of 1.ActiveXAn ActiveX control can be thought of as a very small server application that cannot run on its own and must be embedded in a container program and run with that container. This container includes Web pages, application forms, etc...The suffix name of the ActiveX control is OCX or DLL. Usually in the form of OCX and Dynamic Library co-packaged into a cab or EXE file placed on the s

FAQs about web page development using ActiveX Controls

FAQs about web page development using ActiveX Controls Posting time:Author: Unknown [no author record was found when this document was obtained. I am sorry, this document is all reproduced] 1. What is

Two-time development via VLC's ActiveX, implementing a multimedia player 2011-04-10 00:57:23

Http://blog.chinaunix.net/xmlrpc.php?r=blog/articleuid=25498312id=218294 was developed two times via the VLC ActiveX, Implementing a multimedia player 2011-04-10 00:57:23Classification: System operation and MaintenanceThe first thing to register is the VLC ActiveX control.Copy the Axvlc.dll file under the Vlc-0.8.6e\activex directory to the C:\Windows directory b

Total Pages: 15 1 2 3 4 5 6 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.