A
A
argumentum2015-09-27 09:40:28
Python
argumentum, 2015-09-27 09:40:28

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

1 answer(s)
V
Vladimir Martyanov, 2015-09-27
@vilgeforce

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 question

Ask a Question

731 491 924 answers to any question