"Tim Golden" <[EMAIL PROTECTED]> wrote

Currently I move it manually, but I want to automate the movement. If there's a way to move the program window by a specific X, Y value, I
could make it work no problem. Does anyone have any experience with
this sort of task? Or can someone point me towards a solution?

My guess is that you want the "MoveWindow" API from the pywin32
extensions win32gui module.

http://timgolden.me.uk/pywin32-docs/win32gui__MoveWindow_meth.html

And also see the Microsoft docs at MSDN. Go to:

http://msdn.microsoft.com/en-gb/default.aspx

Just type MoveWindow into the search box.

Alan G



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to