win-control
win-control copied to clipboard
Windows manipulation made easy for node.js
Expose win32 IsIconic: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-isiconic This is usefull for showing windows and keeping the correct last state, ex: ``` const {Window, WindowStates} = require('win-control'); const win = Window.getByPid(pid); if (win.isMinimized()) {...
Hi, have an issue, when trying activate and focus process window (window get by pid) with modal window inside (one process pid, one window, but different hwnd) model window doesnt...
Hi, First of all, thanks for the library, I find it it really useful 😁 I'm trying to find the dimensions of a window by its title by using `Window.getByTitle(title).getDimensions()`...
Hello, i run the code but i always i get this error and i don't know how to fix it (Noob xD) i run it with powershell (Admin) and with...