Paint the rectangle on top of WindowsMediaPlayer

S

santel

Hi,

I have used WindowsMediaPlayer control in C# forms. I need to paint
some rectangle on top of the WMP control. But the rectangle displays
on back of the WMP control. Is there any way to bring it to front?
 
S

Som Nath Shukla

use thsi
TopMost = true;
its a form propert which will keep the form always on the top
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top