Questions tagged [activex]

ActiveX stands out as a framework developed by Microsoft that allows for the creation and utilization of interfaces to access system resources in a manner that is not tied to any specific programming language.

Utilizing an ActiveX control embedded within another ActiveX control on a webpage

Struggling with accessing a non IDispatch method in an ActiveX control I created. In my web page, I have two separate Active X objects that were developed by me. The issue arises when I call a method on the first object, which returns an interface pointer ...

Is there a workaround for automatically printing generated PDF files (such as labels and packing slips) from the backend to pre-selected printers directly from a browser?

In the process of creating my web application, I am in need of a solution for automatically printing PDF files (such as labels and packing slips) to pre-selected LAN network printers located in my warehouse from the admin backend. I understand that due to ...

Acquire an array of Worksheet names in JavaScript by utilizing ActiveX

How can I retrieve a comprehensive list of all available sheet names from my Excel file using the ActiveX Object? I am aware that the code Excel.ActiveWorkBook.Sheets provides access to the sheets. However, how do I obtain an array containing the NAMES of ...

How can I effectively display personalized information from an MSAccess database on a WordPress website?

I am seeking advice from experienced Wordpress developers. My organization possesses an internal MS Access database that comprises various tables, reports, and input forms. The structure of the database is relatively straightforward, encompassing informati ...