Hi,
I'm wondering if anyone of you ever saw applications like YahooWidgets or AveDesk that show nice per pixel alpha blended windows, hardware accalerated animations, etc. ..
I'm wondering how they do this... are they using DirectX for drawing or what are they doing I'd really appreciate it if someone could give me a few hints to get started.
Thanks,
Tom

Applications like YahooWidgets, AveDesk, etc.
BENL_PERFINEX
Not DirectX, part of GDI+
C++ sample: http://www.codeproject.com/gdi/pxalphablend.asp
C# sample: http://www.codeproject.com/cs/media/perpxalpha_sharp.asp