activex plugin

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

IE11 using ActiveX controls

Solution: ActiveX Control ActiveX controls are small applications that Web sites can use to provide content such as video and games. When browsing the Web, you can also use these small apps to interact with the toolbar and stock quotes. However, these applications may sometimes have problems or provide you with unwanted content. In some cases, these applications can be used to collect information from you

Solution to the crash problem using ActiveX controls within ExtJS _extjs

problem In my current project, the front-end part of the full use of ExtJS based on the "one-page" concept to build. In addition to an HTML as a basic container, it is all JS files (page is implemented by JS file). When the user switches the page, we refactor the previous Page object and then create a new Page object and display it in HTML. Based on this architecture, we also introduced an ActiveX control to present the report. This introduction, the

What are the differences between ActiveX, Ole, COM, ocx, and DLL?

From: http://blog.163.com/junby2004@126/blog/static/9714233120091105308843/ People familiar with object-oriented programming and network programming must be familiar with ActiveX, Ole, and COM/DCOM concepts, but the relationship between them is still vague to many. The difference between components and objects should be clarified first. A component is a reusable module that consists of a set of processing processes, data encapsulation, and user inter

MFC-based ActiveX Control development (RPM)

ActiveX controls are reusable software components based on Component Object Model (COM) and are widely used in desktop and Web applications. In the VC under the development of the ActiveX control can be divided into three kinds, one is directly using the COM API to develop, this is obviously very troublesome, the programmer requirements are very high, so generally not considered; one is based on the traditi

How do I call an MFC ActiveX control in PHP? I can call it in HTML, but I can't call it in the. php page.

How do I invoke the ActiveX control of MFC in PHP? I can call it in HTML, but I can't call it in the. PHP Web page. DocumentTest The above code is the HTML example I wrote after I finished the control, and the test was successful after it was saved to xxx.html. However, if you save this file as a xxx.php plugin, there will be a problem (all in Apache test). How can I call an

Modify the registry, add an IE trusted site, and enable ActiveX Controls

" = DWORD: 00000000 "2201" = DWORD: 00000000 [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 1] @ = "" "Displayname" = "Local intranet" "Currentlevel" = DWORD: 00000000 "1001" = DWORD: 00000000 "1004" = DWORD: 00000000 "1201" = DWORD: 00000000 [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 3] @ = "" "Displayname" = "Internet" "Currentlevel" = DWORD: 00000000 "1001" = DWORD: 00000000 "1004" = DW

Wtl guide for MFC programmers: Part VI-compatible ActiveX Controls

Wtl guide for MFC programmers: Part VI-compatible ActiveX Controls Original:Michael Dunn[Original ENGLISH]Translation: Orbit [www.winmsg.com] Download DEMO code Content of this Chapter Introduction Start with the Wizard Create a project Automatically generated code Use the resource editor to add controls Controls used in ATL Caxdialogimpl Atlaxwin and caxwindow Call the Control Method Responds to events triggered by con

Using VB to write ActiveX DLL to realize ASP programming

answer is certainly negative, because there is no absolute impossibility in the world, then follow me to see how to use VB ActiveX DLL to encapsulate the ASP program, that is, we can use the ActiveX DLL to do all the things that ASP can do, The ActiveX DLL is a compiled DLL file, others are not aware of your source code, but also to ensure their own trade secret

JavaScript fails to invoke ActiveX interface solution and Usage experience

Some time ago the company did a relatively large project, need to use the OCX control, I plant most of the projects are used C#.net, and the WinForm program bar with the OCX interface is relatively simple, but JavaScript call OCX interface, but and WinForm usage somewhat different, In fact, it can be found that: the difference is not big.This article mainly elaborated in the project to call the OCX control interface with JavaScript, namely the ActiveX

Delphi7 developing an ActiveX Learning Memorandum

From: Delphi7 to develop an ActiveX learning MemorandumAbout Delphi7 ActiveX Learning MemoAUTHOR:5CAIDM, 2008-06-12Steps:1, first create ActiveX project files;2, registered ActiveX files (OCX file);3. Write an HTML file that calls the ActiveX file (. ocx file) accordingly.Th

ActiveX development for browser plug-ins (4)

Briefly summarize the previous articlesArticleThe content of "ActiveX development of browser plug-ins (I)" briefly introduces how to develop ActiveX plug-ins Based on MFC using C ++ in vs.net 2008, activeX development for browser plug-ins (ii) describes problems that may occur during plug-ins development, and ActiveX d

Use C # To develop ActiveX Controls

Transferred from:Http://lwchome.spaces.live.com/blog/cns! 791B533443007D37! 234. entry Preface: During this time, ActiveX controls were studied due to work needs. Summary: First, let's talk about the basic concepts of ActiveX. According to the definition of Microsoft's authoritative Software Development Guide MSDN (Microsoft Developer Network), ActiveX plug-ins

COM principle and application----ActiveX control

1. ActiveX control ActiveX control is a powerful program design and development technology provided by Microsoft. ActiveX control is both an Automation object (and, of course, a standard COM object) and an interface element, as is common control in Windows. ActiveX control is a comprehensive technology that involves

What are the differences between ActiveX, Ole, COM, ocx, and DLL?

user is Ole2 , So Com There is not much to do with composite documents. In fact, later Com As a technology that has nothing to do with composite documents, it has been widely used. In this way, Microsoft The general platform technology of "dyeing finger" was started. However Com It is not a product. It requires a trademark name. At that time Microsoft Market experts have already selected Ole Used as the trademark name. Com All technologies are being pasted. Ole . Although most of these technolo

How do I use the ActiveX filtering feature in IE10?

ActiveX is a technology embedded in a Web site that can be used to play movies, display animations, and view specific kinds of files, and so on. However, ActiveX may also expose security risks and slow down your computer's speed. ActiveX filtering in IE allows you to block ActiveX controls for all sites and then reopen

ActiveX component of ASP programming

Active|activex| programming From today onwards we will formally learn the ASP's--activex components. In fact, when you use ASP to write server-side applications, you have to rely on ActiveX components to power Web applications, such as: you need to connect to the database, do online operations on the database or operate on the Web server's file system, or you nee

ActiveX development for browser plug-ins (1)

Generally, it is recommended that Web applications do not use browser plug-ins as much as possible, because it involves security issues and affects user installation (or automatic download and registration installation) experience. If you have special requirements (such as financial business data interaction involving data security and interaction with local devices only through plug-ins), you can use them with caution. Browser plug-ins can be divided into two main camps: plug-ins supported by

ActiveX development experience

If you want to use C # And VB.net for ActiveX, I advise you to get rid of this idea as soon as possible .. Net thinks ActiveX technology is outdated, So C # And VB.net cannot do ActiveX. C # And VB.net can do similar things, but it is not called ActiveX but Windows Control, provided that the client machine must have in

Use. NET Framework 2.0 and use C # To compile ActiveX Controls (write, deploy, upgrade, and update)

Turn: http://blog.csdn.net/binwind/archive/2006/05/11/724890.aspx About a half-month ago, I explored how to use C # To compile ActiveX in. NET 2.0 Framework. I found that there are not many Chinese documents and the Chinese documents widely reprinted are still incorrect (I wonder if it is because of the discrepancy between net 2.0 and 1.0 ). Lori has to do related work recently. Therefore, even if you write a written article for his reference, it is

OpenSceneGraph in ActiveX by ACTIVEQT

openscenegraph in ActiveX by ACTIVEQT[Email protected]Abstract. Qt ' s ActiveX and COM support allows QT for Windows developers to access and use ActiveX controls and COM objects provided By any ActiveX server in their Qt applications. Make their QT application available as COM servers, with any number of Qt objects an

Total Pages: 15 1 .... 4 5 6 7 8 .... 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.