As the title suggests, I'd like to overlay a label on an axwindowsmediaplayer control while in fullscreen mode.
Has anyone any idea how to do it?
Thanks,
Joe
As the title suggests, I'd like to overlay a label on an axwindowsmediaplayer control while in fullscreen mode.
Has anyone any idea how to do it?
Thanks,
Joe
I did my by...
The second form with...
formborderstyle = none
form2.left = form1.left + form1.mediaplayer.left
form2.top = form1.top + form1.mediaplayer.top
Lower the opacity to 70 or if you want it in code..
form2.opacity=0.7
Put your text or anything in the second form .
The final effect is a cool shade like effect with text in it with media playing in the background.
You may be able to use the windowlessVideo property. It mentions this exact use case in the documentation.
By default, an embedded Windows Media Player control renders video in its own window within the client area. When windowlessVideo is set to true, the Windows Media Player object renders video directly in the client area, so you can apply special effects or layer the video with text.