Top "Activex" questions

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

Can I have JavaScript select printer to use?

Possible Duplicate: Printing to a specific printer from a web app One of our intranet applications needs to print out …

javascript internet-explorer activex
VBA Windows 7 style buttons

I'm pretty sure this question has been asked a lot around the web and I've read a lot of the …

vba excel windows-7 activex
Difference between COM DLL and ActiveX control

Few similarities I know.. Both cannot execute by themself. It needs some program to instantiate it. COM DLL & ActiveX …

dll com activex
Python and Excel: Overwriting an existing file always prompts, despite XlSaveConflictResolution value

I'm using the Excel.Application COM object from a Python program to open a CSV file and save it as …

python excel com activex excel-2007
In what case does IE8 block Javascript and how to avoid it?

I got a web site using jQuery, jQuery Tools and some handcrafted JS running performing graphical enhancements. While it's running …

javascript jquery activex internet-explorer jquery-tools
SSIS lookup with Update possible?

I am converting a DTS update lookup to an SSIS lookup with an update query. So far it doesn't seem …

sql vb.net ssis activex dts
How can you implement a jQuery feature without having IE prompt users with an Active X warning?

Essentially, I want to implement a jQuery feature on a site that I'm building, but I don't want Internet Explorer …

jquery activex slideshow user-experience
GetObject and VB6 ActiveX exe

The VB6 help on GetObject says "You can't use GetObject to obtain a reference to a class created with Visual …

com vb6 activex
ActiveX control cannot be instantiated because thread is in a single-threaded apartment. Happens after waking PC from sleep

I am working on a VOIP client (Window's form) that opens a browser window (ExtendedWebBrowser) when a call is made …

activex sta single-threaded apartments apartment-state
View Excel file using Activex Control

I want to view excel file in my windows application which I am trying to build using visual studio 2010. How …

c# visual-studio-2010 excel activex activexobject