Using Python Win32 extensions, how do you make an arbitrary window on Windows XP transparent?
|
feedback
|
|
SetLayeredWindowsAttributes example:
| |||
|
feedback
|
|
You can use the SetLayeredWindowAttributes WIN32 API function for creating transparent windows:
Here is a code sample that you can use for wrapping WIN32 API functions for setting transparency. | |||
|
feedback
|