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
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
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