[python-win32] uAnn: WMI 1.3 *and a tutorial*

2007-04-08 Thread Tim Golden
I've finally got round to putting together a tutorial for the WMI module, covering the basics and some advanced stuff. I've uploaded it to: http://tgolden.sc.sabren.com/python/wmi-tutorial.html along with release 1.3 of the WMI module itself, which adds support for Extrinsic events. **

Re: [python-win32] How to make a window client area "transparent"

2007-04-08 Thread Paul Moore
On 08/04/07, Simon Dahlbacka <[EMAIL PROTECTED]> wrote: > Are you simulating Vista behavior on non-vista system, or do you want a > glass-enabled application on vista? I'm doing this on XP. If it's a Vista look, I wasn't aware of it... :-) Thanks for the information, though, it might help me in so

Re: [python-win32] How to make a window client area "transparent"

2007-04-08 Thread Simon Dahlbacka
Are you simulating Vista behavior on non-vista system, or do you want a glass-enabled application on vista? If the latter, then I suspect there are better api:s to start from, unfortunately I'm not familiar with them and cannot give any further pointers.. regards, Simon On 4/7/07, Paul Moore <[

Re: [python-win32] How to make a window client area "transparent"

2007-04-08 Thread Tim Golden
Paul Moore wrote: > What I want to achieve is client-area transparency for a window - > essentially, make the client area transparent, without the window > border, title bar, etc being transparent. I'm aware of layered windows > and alpha blending - but this affects the window border as well as the