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.