Answer the question
In order to leave comments, you need to log in
How to manage external applications with python?
How to use python:
1) Run external applications
2) Move their windows and resize those windows.
The method is better cross-platform, or, if there is none, then for Windows.
Answer the question
In order to leave comments, you need to log in
FindWindow and/or FindWindowEx to find the desired window. SetWindowPos or MoveWindow to move and resize. To run other programs, look towards subprocess.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question