node-win32-api
node-win32-api copied to clipboard
win32 api
If the target process is unable to handle the message, which always happens eventually either when the target isn't controlled by you, or the system is under load, or the...
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendmessagetimeoutw
Bumps [@waiting/shared-core](https://github.com/waitingsong/shared) from 20.13.0 to 21.3.0. Release notes Sourced from @waiting/shared-core's releases. v21.3.0 21.3.0 (2023-07-28) Features core: add isExecWithEnableSourceMaps() (af1a5b6) core: add node20+ support for functions (e201aaf) core: add retrieveNodeExecOptions()...
Bumps [@waiting/shared-types](https://github.com/waitingsong/shared) from 20.13.0 to 21.3.0. Release notes Sourced from @waiting/shared-types's releases. v21.3.0 21.3.0 (2023-07-28) Features core: add isExecWithEnableSourceMaps() (af1a5b6) core: add node20+ support for functions (e201aaf) core: add retrieveNodeExecOptions()...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.1.0 to 25.0.3. Changelog Sourced from @rollup/plugin-commonjs's changelog. v25.0.3 2023-07-15 Bugfixes fix: preserve this reference in the child class #1537 v25.0.2 2023-06-19 Bugfixes fix: add classBodyDepth flag...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6. Release notes Sourced from typescript's releases. TypeScript 5.1.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
https://github.com/waitingsong/node-win32-api/blob/22239e83db6f3725ce95677f3f23ae25a1991899/packages/win32-api/demo/create_window.ts#L165-L165 way you use `return '';` you can also use `return;`
可否创建一个包含WebView的Window form? 能否支持创建系统托盘图标和右键菜单? 如果能实现感觉比Electron更优秀呀
背景 - electron - electron无法正常构建ffi-napi(社区共有的问题),所以用的是第三方改好的包@lwahonen/ffi-napi - win32-api包用的是ffi-napi,所以electron项目用不了 需求 - 如何解决这个情况 我的想法 - 通过webpack那ffi-napi替换成@lwahonen/ffi-napi,我试了webpack.resolve.alias,但这个好像不能替换node_modules里 - 手动替换包内api,然后打包或者有引入,这个方法是在太麻烦了
This pull request adds recursive Struct support, which allows `WINDOWINFO.rcWindow` to work correctly. I ran into some build issues when testing this change, so I had manually injected the change...