Re: [python-win32] win32gui and PyHANDLE

2010-08-23 Thread Tim Roberts
Alexandru Ionescu wrote: > Thank you very much for your answer. I replaced all the hex values > with dec values. Now I don't get any error about the handles but I get > another error: > error:(317,'UpdateLayeredWindow','The system cannot find message text > for message number 0x%1 in the message f

Re: [python-win32] win32gui and PyHANDLE

2010-08-19 Thread Tim Roberts
Alexandru Ionescu wrote: > Hello, > > In the last two weeks I've been trying to properly use > UpdateLayeredWindow in Python but I'm only getting errors. I want to > make a quality window with per pixel alpha graphics. I tried > with win32gui & win32api and I also tried with ctypes. I got all kind

[python-win32] win32gui and PyHANDLE

2010-08-18 Thread Alexandru Ionescu
Hello, In the last two weeks I've been trying to properly use UpdateLayeredWindow in Python but I'm only getting errors. I want to make a quality window with per pixel alpha graphics. I tried with win32gui & win32api and I also tried with ctypes. I got all kinds of errors. In the end I got thi