I captured window contents programmatically in a VB.NET app, starting from the window HDC and now it doesn't work with apps playing video (link VLC or wmplayer)
I'm using BitBilt function (I used also PrintWindow), but the contents is black if the source app is playing a video.
The capture still works if the video is played by a browser.
Is there an explanation and a way to solve the problem? Thanks.