[python-win32] make a window transparent using win32?

2010-12-28 Thread Reckoner
Using Python win32 extensions, how do you make an arbitrary window on winXP transparent? Thanks! ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] make a window transparent using win32?

2010-12-28 Thread Tim Roberts
Reckoner wrote: > Using Python win32 extensions, how do you make an arbitrary window on > winXP transparent? I'll assume you already know how to find the window handle of your victim window. The key concept is that you need to set the WS_EX_LAYERED bit in the extended styles, then set the transpa

[python-win32] "pywin32-214.win32-py3.1" installer error

2010-12-28 Thread Róbert Kohányi
Hi! I've tried to install PyWin32 (pywin32-214.win32-py3.1) but it failed (see below the "error report" -- probably not much of a help :). I have the latest 3.1.3 Python (x86) distribution insta