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

There is a list of functions " FUNCDESC -> GetFuncDesc " in results. But no Variables description, this should be possible: " VARDESC -> GetVarDesc " Microsoft docs.: https://docs.microsoft.com/en-us/windows/win32/api/oaidl/nf-oaidl-itypeinfo-getvardesc Example:...

Is it possible to replicate Registry Parse with "WbemScripting.SWbemLocator", Reading List of Values ? keep up the great work, this lib is awesome! example: https://www.dostips.com/forum/viewtopic.php?t=7347&start=30 var vRet = null, iType...

[npm-debug.log](https://github.com/durs/node-activex/files/4363474/npm-debug.log) after running `npm rebuild winax --runtime=electron --target=7.1.11 --build-from-source` I get this log output and the log file attached `Tell the author that this fails on your system: npm ERR!...

I am loading the dll fine, however when I release it, using winax.release(wrapper); It seems node is still holding onto the dlls, so I am unable to download a newer...

Winax is not a valid 32-bit application。 Can you support both 32-bit and 64-bit?

I need to launch a COM application in headless mode on my node.js server. This is normally done by passing two arguments when starting the process. Can Winax be modified...

InDesign supports OLE and this code works using microsoft jscript from cmd **test.js**: ``` var prog = new ActiveXObject("inDesign.Application.CS6"); prog.doScript("alert('Hello from JavaScript',app.name, false);", 1246973031); ``` `cscript //nologo test.js` results in...

As the com implementation of lua, luacom has a method called luacomE.ExportConstants, which can export the enumeration constants of the ActiveX object to a new table. now when the typelib...

Electron4.x OR higher need set 'win_delay_load_hook': 'true'

Using nodeJs v10.15.3, Winax 1.12. and PowerPoint 2007, I'm trying to get the BoundLeft, BoundWidth, BoundHeight and BoundTop value properties for a TextRange object. They all return "undefined" whatever I...