Page 1 of 1

Is there any command to play the video in Background in MFC Window in vc++ ?

Posted: 06 Mar 2019 07:33
by chamanlata
I am working on VLC Media Player using libvlc in MFC VC++. Right Now I am able to play the window inside the MFC window. But it displays on top and my text displayed in the back of the video. Can anyone please suggest how to set that the Video play in the background?

Thanks!!

Re: Is there any command to play the video in Background in MFC Window in vc++ ?

Posted: 10 Mar 2019 11:46
by Jean-Baptiste Kempf
You should look at what the libvlcsharp code does.