node-win32-api
node-win32-api copied to clipboard
win32 api
Thanks a lot
GetCaretPos would be super useful for a use case I'm trying to do. https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getcaretpos Is it possible to add this?
- [FlashWindow](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-flashwindow) - [FlashWindowEx](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-flashwindowex) Please add support for these two
With node-win32-api, I tried to send a WM_COPYDATA message to another win32 application with window, but it failed, the win32 application didn't receive the messsage. But when I send WM_QUIT...
Is this compatible with regular or plain JavaScript? or is there a plain JavaScript version? if so can you show an example because I'm not familiar with typescript, coffeescript, all...
Hello, I am getting this error when trying to use the win32-api in a typescript file and then compiling it with tsc. "node_modules/win32-def/dist/lib/ffi.model.d.ts:26:18 - error TS2430: Interface 'FFIBuffer' incorrectly extends...
[SetParent from winuser](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setparent) is missing. I tried to add it myself, but there is a silent failure when trying to add the tests. The parent is not set. Does anyone...
Hi Could this be used for something like this? https://docs.microsoft.com/en-us/windows/win32/api/msi/nf-msi-msienumproductsa I'm looking for a way to get a list of installed applications.