node-activex
node-activex copied to clipboard
Node.JS Implementaion of ActiveXObject
Hello, I am trying to use Winax on Outlook. The goal is to browse the mails in addresses. I start with: ``` var obOutlook = new ActiveXObject ('Outlook.Application'); var obNameSpace...
## Background Our developers and CI/CD pipeline use different platforms (Windows, Linux, Mac) for working in a monorepo based on [nx](https://nx.dev/). Due to this, we have a single `package.json` with...
Example I have a windows DLL that have a function that returns an integer (pointer to COM Object). How transform this to one usable object with this library?
Imagine a blank computer with windows 10, no admin rights and node portable, can this be used? I don't have Administrative rights effectively preventing me from installing Building tools, does...
@somanuell ``` const readSeveralValues = comActiveSheet.Range("A1:B2").Value.valueOf(); ``` The above code works for me. But in my scene, I want to get the cell content displayed on the screen. So my...
Hi, When there are 2 processes running with the same name how can I get the PID for each ? var proc1 = new ActiveXObject("PowerPoint.Application"); var proc2 = new ActiveXObject("PowerPoint.Application");...
Hello @durs , First of all I would like to thank you for creating this package. Now the issue. I am a junior so I apologize if my question is...
Many COM objects use the _NewEnum mechanism to iterate. A Helper can be provided to make this easier.
Hello, I am using the winax to invoke methods in a COM Object and works fine. Now I need to listen to events of that Object. How should I get...
It would be nice if `DispObject::NodeGet` implemented the [ES6 "iterable protocol"][js-iter] when the target `DispObject` is wrapping a COM object implementing COM's idea of iterability. This way, the `DispObject` would...