Nayan Paregi


My purpose is to display rotated text or image on the running movie. For that I have used windows media player control in .net.

 

I add the AxWindowsMediaPlayer (Windows Media player Control) on my form and set dock properties to fill. And put the Label and set the BackColor to Transparent. But instead of displaying the movie as background its displays the BackColor of the form.

 

            I want the background movie run in background and display the rotated text amd image on that without background color of the text and image.

 

Thanks in advance.




Re: Controls Transparency

Dave299


Normally you would set the label's parent property to the control which you wish to appear as its background.

However that doesn't work when you try it with media player.

So unless anyone has better ideas I think the answer is you can't do what you are trying to do.





Re: Controls Transparency

Spidermans_DarkSide

Hi,

You may need to force you rotating item "ON TOP" through calling one of the windows DLL functions as per an API call.

Alternatively try putting it on the media player window area that it not showing the video content.

Regards,

S_DS