Adding Windows Media Player

I was looking in the References and seen i can add a Windows Media Player...So i was woundering what is needed to add it to my Project

Other than the References



Answer this question

Adding Windows Media Player

  • Anjali

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmplay10/mmp_sdk/samples.asp there is a sample here showing how to use the activex control in C#.

    Cheers,

    Greg


  • HBOne

    Ok Thxs again Greg....Last Question is How do i get VS2005 to import one of my other Projects into my Current Project I can Add Existing But its one File at a Time...

    I want it to list my Other Project in with my Current Project, I'v seen people do it where it lists Multiple Projects into a Single Project..


  • Gary King

    when you right click to add a reference on the other project .. there is a tab for "projects" select the project from the list.
  • famwam

    right click on the solution in your treeview and select "Add existing project"
  • Eklipse

    Got it Thxs.... This is my First Time adding a Project into another Project..What Code do i need to put in to Reference my other project so the Main Project's Intellisence will pick up the Added Project

    Sorry to ask probably such a trival question...


  • Adding Windows Media Player