activex component

Discover activex component, include the articles, news, trends, analysis and practical advice about activex component on alibabacloud.com

ActiveX Control Signature Command

I've been working on ActiveX technology recently. I used Delphi 7 to create an ActiveX control application with ActiveForm. This control produces one. OCX file. Now, I need to deploy this control on the server side, the user's IE will download, install and display the control when the user browses the Web page and chooses to install the control.However, after my control must be digitally signed, IE will not

Flash avoids Microsoft's new ActiveX control upgrade method

Active|activex| Control | microsoft Microsoft is trying to avoid a patent infringement dispute with Eolas and the University of California. Finally released a modified patch for the IE6 browser, changing the way IE handles embedded ActiveX controls.After this patch, IE to the ActiveX control and Java program processing will be changed, by default will not activel

Set ie trusted site and ActiveX settings in JS

Set ie trusted site and ActiveX settings in JS Modify ActiveX security settings on the webpage, add a trusted site, and disable pop-up blocking.Program Registry Key of the trusted site: HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/Internet Settings/zonemap/Ranges/range [*] ActiveX registry key: HKEY_CURRENT_USER/software/Microsoft/Windows/Cur

ActiveX access to external networks

Today, the customer raised a headache. The customer's environment is like this: because it is a factory production environment, the LAN cannot be connected to the Internet. Some of their departments need to use ActiveX controls on the page s for hardware detection, so the options for running ActiveX are enabled on the client IE of these departments; other departments do not need to use

JS implementation Add Trusted sites, modify ActiveX security settings, disable Pop-up Blocker _javascript tips

To satisfy the need to add a site to a trusted site, use the system's controls to not prompt the user when the window pops up. This can be done in the following ways: First, look at the values and meanings you can set. Record of registry entries for trusted sites HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\zonemap\ranges\range[*] Record of registry entries for ActiveX controls HKEY_CURRENT_USER\Software\Microsoft

How to use fonts in ActiveX controls

The use of fonts is an integral part of the process of making ActiveX controls. This article will explain in profound detail how fonts are used in the process of making ActiveX controls. The production of ActiveX controls mentioned in this article refers to the use of vc++6.0 MFC ActiveX ControlWizard tools to make

ActiveX Digital Signature

ActiveX Digital SignatureKeyword: Digital Signature[Switch] Delphi releases ActiveX Control Digital SignatureOriginal Author: Guangming brother Recently I am studying ActiveX technology. I used Delphi 7 to create an ActiveX control application with ActiveForm. This control generates a. OCX file. Now, I need to deploy t

Use C # To compile ActiveX Controls (3)

We have developed ActiveX controls before, and then we will release them. First, create a windows installation project and add the main output of the ActiveX control to the project output. Then, modify the main output file of the ActiveX control and change its Register attribute to vsdrpCOM .: Next, we will change the project properties to Web boot. Unfortunatel

Telnet Tool ActiveX control application instance code

During website construction, we can use Telnet Tool ActiveX for some programming. We have introduced the features of the Telnet Tool ActiveX control in the previous article. The following is an example of the application. Programming example The following is an ASP programming example of a simple Telnet Tool ActiveX control. The experiment environment is Windows

Summary of ActiveX Control registration

Technorati label: ActiveX control, control registration Copyright Notice: Can be reproduced at will.Hyperlink formMark as followsArticleOriginal Source and author information andThis statement Author: Xixi Source: http://blog.csdn.net/slowgrace/archive/2008/12/15/3521857.aspx 1. ActiveX controls must meet the following requirements before use: The corresponding ocx file exist

SWT Java Inline ActiveX control

This is used in SWT/JFACE development application The ORG.ECLIPSE.SWT.OLE.WIN32 package that SWT comes with can support inline OLE and ActiveX.The specific usage is as follows:Create a oleframe as an OLE (or ActiveX) frameworkOleframe oleframe = new Oleframe (this, SWT. NONE);Create an ActiveX container where the ClassID is an ActiveX ClassID that can be found in

Asp. NET Service side Operation ActiveX

Everyone is only ActiveX in the Web can be declared by the object tag, and through scripting code such as JavaScript to operate, but sometimes we want to operate on the server ActiveX, especially with some complex business logic or to operate on large amounts of data. Usually some controls can be invoked by adding a reference = COM, using Visual Studio to generate a wrapper class, but some are not, the wrap

Writing ActiveX controls in C # (II)

Active|activex| Control In my last blog, I have implemented a most basic ActiveX control. Of course, the task we have written has not yet been completed. First of all, we first try to implement and JS interactive capabilities. We add the ShowMessage method to the demo: public void ShowMessage (String msg){if (msg!= null){MessageBox.Show (msg);}}We recompile. Before we re-access the page, we'll modify the HT

Main differences between Form Controls and ActiveX Controls

Iamlasong I recently studied the Excel controls. Two types of controls can be inserted during use. One is Form Control (also known as Form Control in earlier versions, and the other is ActiveX control. Form Controls can only be added and used in worksheets (such as form controls, but not in form forms). Form Controls are ActiveX controls ), the ActiveX control c

[C #]-Develop ActiveX controls and create cab packages

Source: http://www.fenbi360.net/content.aspx? Id = 1113 t = CT ActiveX controls are used in a project. by referring to the numerous examples on the internet, ActiveX controls are easily implemented;Then I made a [installation project], which can be used, but I only need to manually click Install On the client. Next, next... I think it is not very nice;I tried the [cab project] Again. It seems that no

Use vbs to check whether ActiveX is enabled in Internet Explorer

Q: Hello, script expert! How do I know if ActiveX is enabled in Internet Explorer? -- JVA: Hello, JV. YouYesAsk this question, right? In fact, this is not a very difficult question to answer, but it is a bit complicated. However, it is closely related to configuring Internet Explorer, but it is not related to retrieving this information by writing a script. First, Internet Explorer does not manage object models. On the contrary, the only way to retrie

How does the ActiveX control written by Delphi return an array to VBScript/JavaScript?

How to return an array of ActiveX controls written in Delphi to VBScript/JavaScript Delphi/Windows SDK/API Http://www.delphi2007.net/DelphiAPI/html/delphi_20061120161640191.html Everybody, it is easy to use Vbscript to call ActiveX to send a variant parameter. The content is an array, but in turn it has never been successful. Who knows how to implement the Delphi Activ

What is an Activex control that is blocked?

What is Activex control?ActiveX control is the plug-in of IE browser, for example, Flash Player of IE is an ActiveX control. ActiveX has obvious security problems because it is actually a program. If you install an ActiveX control, the control has the permission to do many t

Register ActiveX two method (turn)

The person who uses Windows must not be unfamiliar with ActiveX control, which provides a call similar to DLL's dynamic-link library, but the only difference from a DLL is that ActiveX registration cannot be recognized and used by the system. So what happens when we get a message that ActiveX is not properly installed and cannot be used? 1. Regsvr32 Procedure Law

Common ASP ActiveX components

Author: scholarWhen you use ASP to write server applications, ActiveX is required.Powerful WebFor example, you need to connect to the database and perform online operations on the database.After the AD Rotator component, this article will introduce some other commonly used ASP ActiveXComponent usage.Recently, many friends have asked me if ASP can only be used in Microsoft IISRun on, whether it can be in non

Total Pages: 15 1 .... 11 12 13 14 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.