PDA

View Full Version : @IR Proggy Masters



Intrigued
10-05-2006, 08:11 PM
I'm curious, for the masking of the AMS windows are you guys/gals using SetWindowRgn?

TIA

Brett
10-06-2006, 08:55 AM
Yes, that is how it is done. (Ignore the man behind the curtain!)

bule
10-06-2006, 10:00 AM
How do they do those alpha blended window shapes I've seen on some programs?

Lorne
10-06-2006, 10:21 AM
There are generally two ways it's done: either capture what's behind the window and blend that into a custom alpha draw, or use the Windows layering API that exists on XP and above.

The first method doesn't always work very well, the second method doesn't exist on 9x.

Intrigued
10-06-2006, 01:20 PM
Yes, that is how it is done. (Ignore the man behind the curtain!)

lol, thanks Brett. (tries to get a peak at the 'man behind the curtin')