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
1
vote
1 answer

standard ActiveXObject reference list

Is there a reference for the standard available ActiveXObject objects? so far I know of: Excel.Application Excel.Sheet Scripting.FileSystemObject
Rixius
  • 2,223
  • 3
  • 24
  • 33
1
vote
1 answer

Winforms/ActiveX cross threaded calls

I have an application wherein I am hosting multiple types of content (images, PowerPoint presentations, videos etc) in a kiosk-type app. The user has to be able to page back and forth between these bits of content, preferably using gestures of the…
Matthew Olenik
  • 3,577
  • 1
  • 28
  • 31
1
vote
0 answers

Error instantiating indexing service query object (ixsso.dll) in code. "ActiveX component can't create object"

We have followed Microsoft's instructions for installing the Indexing Service in Windows 2008 R2 (64-bit). After installing, I've confirmed that the ixsso.dll (v6.1.7601.17514) is located in C:/Windows/System32 folder. I believe that this is a…
cjo30080
  • 534
  • 2
  • 7
  • 18
1
vote
0 answers

Matlab: how to update the value of a named range in Excel? (ActiveX)

I am trying to set the value of a named range in Excel from Matlab. Setting the value of a non-named range works fine. For example, assuming I have a named range "TENOR" (consisting of a single cell): calibFile = '//path/to/calibration-v2.xlsx' …
Richard H
  • 38,037
  • 37
  • 111
  • 138
1
vote
1 answer

Disable Hover only for X-Axis

Below is the answer for this: TChart1.Axis.Bottom.Labels.Selected.Hover.Visible = False But in my case there is no function in axislabel.h which provide me the selected item details. TChart1.GetAxis().GetBottom().GetLabels().???????? Thanks Akshay
1
vote
1 answer

Cannot create VB6 ActiveX dll

I am trying to create a simple VB6 ActiveX exe and call it from Excel. In VB6 I create an ActiveX DLL project called BigTrev, using all the default settings. I create a MultiUse class called Trev with a single method containing no code Public Sub…
Rob Sedgwick
  • 4,342
  • 6
  • 50
  • 87
1
vote
0 answers

ActiveX in OOB Silverlight5 app

I'm trying to use an ActiveX control in an out-of-browser Silverlight5 application. This code (for in-browser) works: Host Html page: