python - How to get active window of a remote PC -
import win32gui win32gui.getforegroundwindow()
the previous code retrieve hwnd of active parent window on pc, how active window of remote pc?
python python-3.x win32gui hwnd active-window
No comments:
Post a Comment