Hello everyone,
I was wondering if you can point me into the right direction for my problem: I want a color-translucent GUI - I know how to cut holes into my GUI / extract shapes from it using _WinAPI_*RGN und _WinAPI_DeleteObject, but this is not exactly what I need. I want the cut out to be translucent in a color, e.g. blue. An example of this effect is given by the image at
http://3.bp.blogspot.com/-fPTdkUUQp_Q/ULtd5P7y62I/AAAAAAAAAuA/kXSEVCuIKK0/s1600/TranslucentPanel4.png
Where do I have to look?
All the best,
Chris
PS: WinSetTrans ( "title", "text", transparency ) does not quite the trick - I don't want the full window to be translucent, but just a part. Any ideas how I can achieve that with WinSetTrans are also highly welcome!