[python-win32] Resizing a new program
Lewis Franklin
lewis.franklin at gmail.com
Thu Oct 14 07:02:41 CEST 2004
I am wanting to use python-win32 to start a new program and would like
to be able to resize the application. When looking through
winprocess.py (in the Demos directory) there seems to be a way to set
the size of a window. However, when I try to set the dimensions using
xy and xySize in run(), it has no effect on the application. I am not
a Windows programmer and so am clueless as to how to best go about
this problem. Of note, I am using Python2.3 and python-win32 build
202.
More information about the Python-win32
mailing list