Questions tagged [activex]

ActiveX is a Microsoft-proprietary framework for defining and accessing interfaces, to system resources, in a programming-language independent way.

ActiveX is a Microsoft-proprietary framework for defining and accessing interfaces to system resources, in a programming-language independent way.

It's used in many Microsoft Windows applications such as: , , , and .
These applications also encapsulate their own functionality as ActiveX controls for other applications to use. Internet Explorer also allows embedding ActiveX controls onto web pages.

ActiveX is a successor to Microsoft's earlier and technologies.

Projects, such as , facilitate developing plugins as both NPAPI plugins and ActiveX controls.

Other Related Tags: ,

References:

3837 questions
119
votes
7 answers

How to launch an application from a browser?

Is it possible to launch an application from a browser? I am not talking about opening a file from a browser (like open a PDF with Adobe Reader), but rather opening a new (blank) instance of an application that is installed on the user's…
Goro
  • 9,919
  • 22
  • 74
  • 108
118
votes
4 answers

What is the difference between "Form Controls" and "ActiveX Control" in Excel 2010?

Using Microsoft Excel 2010, I noticed two kind of controls that can be inserted into a document: Form Controls and ActiveX Controls. What is the difference between them?
Rubens Mariuzzo
  • 28,358
  • 27
  • 121
  • 148
117
votes
11 answers

Are ActiveX Controls Disabled?

I have Excel worksheets that use ActiveX checkboxes to control certain activity. Today they started to give errors. I was alerted to this by a colleague who was running a later version of Excel, but it was still working on my computer. I noticed…
Mike Pedersen
  • 1,293
  • 2
  • 9
  • 6
66
votes
1 answer

How to add property to property map without class explorer?

I've got a new question after answer on this question Pass parameter from page to ActiveX How to add property to property map without class explorer? Need to add the property for object and class explorer doesn't work because Nemerle doesn't support…
cnd
  • 32,616
  • 62
  • 183
  • 313
39
votes
4 answers

What can you do with COM/ActiveX in Python?

I've read that it is possible to automate monthly reports in Crystal Reports with COM/ActiveX. I'm not that advanced to understand what this is or what you can even do with it. I also do a lot of work with Excel and it looks like you also use…
mandroid
  • 2,308
  • 5
  • 24
  • 37
36
votes
12 answers

ActiveX component can't create object

I have just installed a third party app on my Windows Server 2008 server and I get the ActiveX Component can't create object message when I try to access using a CreateObject in VBScript. It is definitely installed and exists under "Programs and…
GordyII
  • 7,067
  • 16
  • 51
  • 69
31
votes
5 answers

Best approach to get RTSP streaming into web browser from IP Camera?

Is it possible to get the RTSP Streaming data into the web browser? Below are some of my findings. Kindly correct me if I am wrong? Only Mac OS, and Safari supports RTSP Live Streaming. HTML 5 video does not support RTSP. I can use the VLC…
Whoami
  • 13,930
  • 19
  • 84
  • 140
30
votes
3 answers

Is Google Chrome embeddable?

I've asked myself if one can embed the google chrome browser engine in an own application. I'm using Delphi 2009. There's an IE ActiveX wrapper component delivered with the IDE. Also, there's a Firefox ActiveX component out there, but it's based on…
27
votes
6 answers

ADODBCould not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly

I'm trying to read an ADOBD.Recordset object like this (my first time, so pardon my "noobness" :D): Presentation.Category categorySvc = new Presentation.Category(); ADODB.Recordset categories = categorySvc.ListAll("BE", "DUE", "EN", 128); foreach…
27
votes
1 answer

Differences between Excel's Form Controls & ActiveX Controls

Why are there 2 types of controls available in Excel? (2 buttons, 2 combo boxes, 2 check box, etc...) What's the difference between Forms Controls and ActiveX Controls? Which one should I use? Some code samples I find online work with my…
ashleedawg
  • 20,365
  • 9
  • 72
  • 105
25
votes
7 answers

Print directly from browser without print popup window

As it said in the subject I've to create a feature for a web-based application that will allow users to send print directly without prompting any dialog boxe just make the print i.e click and print, simple! but not for me :(. Please, suggest what…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
24
votes
2 answers

C# COM DLL: do I use Regasm, or Regsvr32?

I am building a C# ActiveX DLL... do I use REGASM or REGSVR32 to register it? How do I register the 64-bit interface vs the 32-bit interface?
Jason
  • 16,739
  • 23
  • 87
  • 137
23
votes
8 answers

ReportViewer Client Print Control "Unable to load client print control"?

Has anyone come across this issue? Seems MS have broken it with their own update: A number of people have reported problems using the ActiveX print control in the report viewer after installing Microsoft Update 956391. Specifically, users…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
23
votes
1 answer

What is a "Sync Block" and tips for reducing the count

We have a Windows Forms application that uses a (third party) ActiveX control, and are noticing in the .NET performance objects under ".NET CLR Memory" that the number of "Sync Blocks" in use is constantly increasing (along with increasing memory…
Mark Heath
  • 48,273
  • 29
  • 137
  • 194
22
votes
2 answers

What is the difference between AxInterop and Interop?

I've added an .ocx to the toolbox in VS. Two .dll's were created: Interop.NNN.dll, AxInterop.NNN.dll. What is each one? Are they both required?
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158
1
2 3
99 100