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:

3765 questions
114
votes
11 answers

Microsoft Excel ActiveX Controls Disabled?

I have some Excel worksheets that use ActiveX checkboxes to control certain activity. They worked recently but today started to give errors. I was alerted to this by a colleague, but it was still working on my computer. I checked his version of…
Mike Pedersen
  • 1,263
  • 2
  • 9
  • 6
100
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
  • 25,735
  • 25
  • 111
  • 145
82
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
  • 8,787
  • 20
  • 65
  • 106
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
  • 29,085
  • 60
  • 169
  • 294
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,189
  • 5
  • 23
  • 35
35
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
  • 6,597
  • 16
  • 48
  • 68
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…
25
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…
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,259
  • 4
  • 35
  • 71
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,287
  • 23
  • 84
  • 136
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
  • 33,849
  • 21
  • 84
  • 138
23
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
  • 12,364
  • 16
  • 75
  • 133
20
votes
7 answers

IE11 prevents ActiveX from running

Our web browser plugin works fine in IE9 and IE10 but in IE11 the plugin is neither recognized as an add-on or allowed to run. It's as if IE11 no longer supports ActiveX. Surely there is a workaround but what do we need to change? NOTE: this…
WilliamK
  • 646
  • 1
  • 9
  • 27
20
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
  • 21,660
  • 31
  • 97
  • 151
20
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
  • 45,254
  • 26
  • 128
  • 188
1
2 3
99 100