Top "Activex" questions

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

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 …

activex adodb
Error: ActiveX Component Can't Create Object Scripting.FileSystemObject

I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject("Scripting.FileSystemObject") When I'm trying …

vbscript activex filesystemobject
ActiveX component can't create object: 'MSXML2.DOMDocument'

I am trying to create an instance of the object Msxml2.DOMDocument.4.0, but I am getting the following error: ActiveX …

windows-7 vbscript 64-bit activex
Solving error MSB8011: Failed to register output

A strange error: error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a …

visual-studio-2010 activex openscenegraph
When do I need to call CoInitialize() in this scenario?

I'm building a multi-threaded windows service application in Delphi XE2 which uses ADO database components to connect to SQL Server. …

multithreading delphi activex ado delphi-xe2
Communicating with the OLE Server or ActiveX Control

MS Access 2010, Win 7 on a regular formI didn't intentionally place any ActiveX or OLE things.. not even sure what they …

ms-access activex ole
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 …

google-chrome browser activex chromium-embedded embedded-browser
VB6 Activex component can't create object

I am making a few minor updates to a VB6 application. It runs on a windows 2000 server connected to a …

vb6 activex sql-server-2000 windows-server-2000
How do I detect if ActiveX is enabled in the browser of client?

How do I detect if ActiveX is enabled in the browser of client? I tried following code, but it's not …

javascript activex
How can I browse the classes and methods of an ActiveX DLL?

Basically, what I want to is be able to explore an ActiveX DLL. I normally fire up VB 6, add the …

dll activex explorer