On 05/03/2016 21:39, Jon Joseph wrote:
To Whom It May Concern: Is there any semi-comprehensive resource on how
to use win32gui or any of the other win32* modules?  As a beginning
example I’m just trying to:

1)Open notepad (done)

2)Automatically File->Exit

A simple demo would be helpful.


Unfortunately, there really isn't.

Years ago, Mark Hammond & Andy Robinson wrote a book for O'Reilly covering the toolkit:

http://shop.oreilly.com/product/9781565926219.do

Although it's 16 years old(!) a lot of it will still be entirely relevant. (I gave my copy away so I can't quote chapter & verse).

My own pages might be handy, altho' they, too, are not the freshest on earth:

http://timgolden.me.uk/python/win32_how_do_i.html

And I'm sure there examples in places like the ActiveState cookbook:

http://code.activestate.com/recipes/langs/python/

and, of course, StackOverflow:

http://stackoverflow.com/

Feel free to come back here for more.

TJG

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to