The use of Weboffice ActiveX plug-ins in point-of-poly is only required to install the corresponding Weboffice.ocx plugin in IE to enable online document editing. For non-ie such as Google, Firefox browser is somewhat different, if you want to be compatible with Google and Firefox need to adopt standard NPAPI development plug-in, the specific need to do the following steps:1, please install the following li
Overview:
Now the mainstream browser is a multi-process browser, which has caused the debugging of ActiveX Plug-ins a great inconvenience!
Recently, the use of VS2010 to develop ActiveX Plug-ins, due to the real browser environment to debug,
Find it troublesome to find a real hosting process when attaching to a process!
When you think of a tool "process Explorer", it's easy to find a real hosting proces
A small example of online search, including the duration of the play time and so on.MRL can set up local files so that you can only play local files after publishing a Web site.If the video files are all on the server, other computers want to see, you can publish a video file server on IIS, similar to http://192.168.1.1:8000/video/1.flv so that you can access the video files, This HTTP path can then be set to MRLBut in this case the test supported by a few formats, FLV is possibleTest can be us
*activex controls
The ActiveX control runs in the same process as the client application. can be used in VB or other development tools and Web browser ActiveX control, and general VB application design is similar. you can add property pages for ActiveX control and debug in real time .
*activexdll the objects provi
Basic concepts of 1.ActiveX An 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-
* ActiveX Control
ActiveX controls and customer applicationsProgramRun in the same process.It can be used for ActiveX Control of VB or other development tools and Web browsers, which is similar to the general VB Application Design.You can add property pages for ActiveX control and perform real-time debugging..
* Acti
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
This article will first show you how to use Visual Studio to develop a simple ActiveX control, and then describe the basics of ActiveX control development, such as methods, properties, and events, and finally how to use this knowledge to communicate between ActiveX controls and page pages.of the Myactivex controlBrief introductionActiveX was a technology introduc
Development tools:
1. Visual Studio 2005 for ActiveX component development
2. Microsoft ActiveX control pad is used to generate HTML webpages containing ActiveX control.
Steps:1. Create an MFC ActiveX Control Project Using Visual Studio 2005. After compilation, find a file XXXX. ocx in the debug/release directory.
The workaround is to define a static ActiveX object in the form class that assigns the ActiveX object on the interface to the newly defined object in the Formload class, which is accessible to the static object.public static Axclientdriver_ntlib.axclientdriverctrl com = new Axclientdriver_ntlib.axclientdriverctrl ();private void Form1_Load (object sender, EventArgs e){com = THIS.AXCLIENTDRIVERCTRL1;IsRunnin
Disclaimer: This code is based on CodeProject's article, "A Complete ActiveX Web control Tutorial," and therefore also follows code Project Open License (Cpol).
In the previous article, COM Component Development Practice (VII)---Multithreaded ActiveX controls and automatic resizing of ActiveX controls (top) describes the basic requirements for using multithreadi
First, prefaceAfter several studies, now we have mastered the entire development process of ActiveX, but to play the true power of ActiveX, must rely on JS. Let's learn now!Second, JS call ActiveX methodSimply write a public method in the UserControl subclass (that is, the custom ActiveX control).C#[Guid ("0203dabd-51b
Conditional loading of ActiveX events when ActiveX is used
When ActiveX is used, events are directly added to the page. For example:
1) Call voice TTS ActiveX
Script
Type
= "Text/JavaScript"
Language
= "JavaScript"
>
VaR
Voiceobj
=
Null
;
//
TTS object
Voiceobj
=
New
After Microsoft assigned SP2 to IE, when ie opened some web pages containing ActiveX controls, a prompt box is displayed, asking the user to choose whether to install the control; by default, common users do not know what is going on. The company's products also encountered such problems. The only way is to make the control into an EXE file for users to download and manually install and register. In this way, a test is required, if the user does not i
In the previous essay: ActiveX (a) The first simple demo, JS one-way call ActiveX methods can be implemented, in many cases, the execution of methods in ActiveX is relatively time-consuming and performance-intensive. In this case, the ActiveX method executes using the asynchronous policy, then how can JS get asynchrono
1. Both of them can use Appwizard in vs ide To establish the framework. The former uses "MFC ActiveX Control wizard", and the latter uses "atl com Appwizard ".
2. The default extension of ActiveX controls created with MFC is ". ocx", and that of ActiveX controls created with ATL (Active Template Library) is ". dll ".
3. It is much easier to use MFC to create
A brief summary of the previous articles of the content, "browser plugin ActiveX development (i)" briefly introduced how to use C + + Vs.net 2008 under the development of MFC based ActiveX Plug-ins, "Browser plugin ActiveX development (ii)" Introduces the problems that you m
ActiveX (1) The first simple Demo and activex the first demo
Speaking of ActiveX, my first instinct is Flash. With ActiveX, we can create rich and interactive applications. At the same time, using ActiveX features, we can achieve seamless connection between Js and
relatively large, so the CAB file is also very large, in the network bandwidth is not very good, the light download this cab may be a long time, basically can say this way is not feasible. So we need to streamline VLC according to our business needs. Jeremiah will be introduced in the next log.7. ActiveX using VLC under C #VS2005 Create a new Windows application, right-click on the left-hand toolbox and select the-->com component-->videolan VLC
After Microsoft assigned SP2 to IE, when ie opened some web pages containing ActiveX controls, a prompt box is displayed, asking the user to choose whether to install the control; by default, common users do not know what is going on. The company's products also encountered such problems. The only way is to make the control into an EXE file for users to download and manually install and register. In this way, a test is required, if the user does not i
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.