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
3 answers

is there way to print pdf from html document

is there way to print pdf from html document using activex objects.
TrustyCoder
  • 4,749
  • 10
  • 66
  • 119
1
vote
1 answer

Support for object tags with embedded ActiveX in Mozilla/Safari

I am using an object tag to load ActiveX extension controls like so: This works fine in IE, but we are looking into creating a port…
Goro
  • 9,919
  • 22
  • 74
  • 108
1
vote
0 answers

How to initialize .NET objects from VBA that require initialization (arguments in the constructor)?

Does anyone have any idea how to initialize (create/access) .NET objects in VBA that require initialization (arguments in the constructor) or static classes? Argument-less constructors can be (more or less) easily initialized, but I had no success…
Rick D.
  • 11
  • 3
1
vote
1 answer

WScript is undefined

I am trying to run a Javascript file locally, which is supposed to create a CSS image sprite using ImageMagick. It's part of the OpenID selector JS component: http://code.google.com/p/openid-selector/ The generate-sprite.js…
Donnie Thomas
  • 3,888
  • 8
  • 47
  • 70
1
vote
1 answer

INNO Setup [CODE] block, set status?

I have an installer that needs to install some visual c++ redistributables before anything else gets installed. This is because an ActiveX COM object wont register without it being installed first. I have the code that properly installs the visual…
user380527
  • 1,607
  • 2
  • 17
  • 20
1
vote
0 answers

Trouble with ActiveX objects in HTA

I'm working on a chromeless HTA and found some code that allows you to minimize the window. It works fine when I run the HTA from a local drive, but when I put it on my network drive (so I can access it from another computer), it suddenly says the…
Ceetch
  • 177
  • 4
  • 17
1
vote
1 answer

Problem with MFC CWnd::CreateControl method

I have a problem with CWnd::CreateControl method while loading custom ActiveX control from the MFC application. I have list of Custom ActiveX controls which are implemented Create method inturn calling CWnd::CreateControl method. I am having Dialog…
Snabak Vinod
  • 120
  • 1
  • 14
1
vote
1 answer

windows app live video

Whats the best and easiest way to play an incoming live video stream in a c++ windows application (visual studio 2010) and write some notes (eg. this is a blue ball) on the stream display? ActiveX? DirectX? Flash? I have Windows SDK 7.1 installed.…
John Qualis
  • 1,663
  • 4
  • 33
  • 52
1
vote
0 answers

ActiveX Scroll Bar Slow

I'm putting together a spreadsheet that dynamically charts a subset data from a large time series. The idea is to allow the user to specify the start time of the data that is charted. This is accomplished using an ActiveX textbox. Additionally, I…
fallengyro
  • 150
  • 1
  • 12
1
vote
2 answers

How to fire value signal events in LabVIEW with ActiveX?

I've been trying to access cluster variables. Recently I learned that you cant do so using .NET Network Shared Variables and I found that people usually do this via AcitveX. Using ActiveX I am able to run any VI I want and change the values but most…
gyani
  • 21
  • 1
1
vote
1 answer

Why is IE deleting an ActiveX installer while it's installing?

I have an ActiveX control that is delivered as a CAB. I have an HTML page that is just an OBJECT tag with the cab name and clsid (so nothing else on the page yet). This causes IE to ask about installing the ActiveX control, which I allow. It…
Lou Franco
  • 87,846
  • 14
  • 132
  • 192
1
vote
1 answer

Excel ActiveX Listbox not responding after making it invisible then visible

Can I have opinions please? I have a panel of user setting options hosted in ActiveX controls. Users make a selection and click a button. This hides the panel and presents results. Another button deletes the results and makes visible again the panel…
Bezique
  • 37
  • 4
1
vote
0 answers

Executing an application from active-x

I have no idea how I should solve the following task and I would be pleased if someone can give me a small advice at least. I've got old sourcecode in visual basic 6.0, active x browser plugins that start an VB .dll module to upload documents to the…
1
vote
0 answers

Obtain Computer Name via Chrome or Microsoft Edge

The requirement is that we want to identify a device running windows 10 from browsers like Chrome or Edge. The unique information of a computer I have come up with is the computer name or Mac address and I know I could access these information…
1
vote
1 answer

Microsoft Slider control - Duplicate Image

Whenever I load an excel macro file with a MS Slider control, a duplicate image of the slider appears on the top left corner of the sheet. This duplicate copy of the slider disappears on scrolling the mouse or shifting between sheets. How can I get…
Aiyanna K
  • 458
  • 2
  • 18