Disable overlay for a MCI window ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I create a MCI control window with 'MCIWndCreate' to play an avi file. I want to disable overlay to make a bitblt from the video to a static control. With overlay activated (the default behaviour) I only get a black rectangle. Is there a way to disable overlay or does another control allow frame grabbing ? thx.