Link to home
Start Free TrialLog in
Avatar of ran100
ran100

asked on

transparency between windows

Hi,
I'm writing an application, that should
show a live video (from pc camera) on one window,
and another window with some control on it,
should appears below it.

I'm using 'IVideoWindow' Interface from DirectShow.
This window should be semi transparent.

I think that the AlphaBlend() SDK should do that work,
but I couldn't find how to connect it with IVideoWindow.


* The use of IVideoWindow is not mandatory
* OS win2000
* DirectX 7
* Code in C++

Waiting for advises

Thanks
Ran
ASKER CERTIFIED SOLUTION
Avatar of FengYuan
FengYuan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ran100
ran100

ASKER

Hi,
The layered windows is the 1M Answer.

More information at:
http://www.codeproject.com/useritems/trans.asp
http://www.codeproject.com/w2k/win2k_transparent.asp

Thanks