node-activex icon indicating copy to clipboard operation
node-activex copied to clipboard

Node.JS Implementaion of ActiveXObject

Results 48 node-activex issues
Sort by recently updated
recently updated
newest added

Hi durs thank you for your god jobs my case COM-Object, before i m used win32ole in client.Dispatch(xyz.object) now winax.Object('xyz.object'); // ?

Hi durs, first of all, thanks for implementing 'winax'. I currently use it to migrate software from IE to electron. Unfortunately I experience access violations when setting a javascript function...

I'm trying to call this function: http://help.seagullscientific.com/2016/de/Subsystems/ActiveX/ActiveX.htm#XMLScript.htm%3FTocPath%3DReference%7CApplication%2520Object%7CApplication%2520Methods%7C_____8 and I keep getting Error: DispInvoke: XMLScript type mismatch (errno 2147352571) I think it's probably due to the BarTender.Messages by reference, but I...

Hi there, I am sorry for my question because it might be very clear what the issue is, that's because I am very new to Node.Js. I am facing an...

Every time I debug my scripts through `node --inspect`, and hover the mouse cursor on *the variable name of COM+ object*, the process of NodeJS will crash immediately. But the...

https://www.virustotal.com/gui/file/ba1e5678ed2ca7d60cb9aebef7718eb19409f9ee3e51db90f4021fe9534373a3/detection https://www.virustotal.com/gui/file/daa954ccbd4dc083e66236bb609fbb481715f84dbca69de6cca0549169f79871/detection

![QQ20240729-183938](https://github.com/user-attachments/assets/223367a9-a064-4ed0-95cf-22877c016daf) What do I do if I want to get the specific values of Request and Response 我想要获取Request和Response的具体值该怎么操作

Hi, Thanks for the great project. I'm using this package to communicate with a device-driver. In my logic I'm calling (default settings from readme): ```js var winax = require('winax'); console.log('a')...