Controling Media Player

  • Thread starter Thread starter NewDev
  • Start date Start date
N

NewDev

Need to control Media Player 9 from my C# app.

Already seen method to do this through PInvoke.

Is there a way to do this directly with .NET ?

Thanks
 
NewDev,

You should be able to add the Windows Media Player component to your
toolbox, and then drag and drop it onto your form. It works fine for me.

Right click on your toolbox and select "Add/Remove Items". Then look
under the COM tab on the dialog that appears for "Windows Media Player".

Hope this helps.
 
Back
Top