Hi,

I m trying to overlay an image on a live video produced using Microsoft Kinect. The IDE used is Visual Studio Professional 2010. The code is developed in vc++.I m able to play the live video using picture control. I tried to overlay the image in WM_PAINT using BitBlt and StretchBlt functions.But on using it, the image is present on the parent Dialog box on top of which the Video is played in picture control.

How do I overlay an image on the Picture Control which is used to play the live video?