draw Panel Image to another Panel window
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I am making an application to play the video file using c++ builder. I am using directshow to play the any video file. I am Rendering the video on to the panel control. I want the first frame of this video and draw on to the another panel control. For getting the first frame I paused the video as start so that i got the first frame of the video but how i draw this frame to another panel pls help me