Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking a program with Windows Media Player

Status
Not open for further replies.

thebarslider

Programmer
Dec 21, 2001
80
GB
Dear All,

I have developed a dialog program to record to mp3. I now wish to get the dialog to accept an mp3 file an play it. I've heard it is possible to some how link to windows media player to play the mp3 file. Another method is to use direct x but this looks overly complex to me.

Any suggestions or related websites would be much appreciated.

Thank you to anyone who responds.

Mark.
 
>> I've heard it is possible to some how link to windows
>> media player

Do you understand the potential techniques for using other applications in a MS Windows environment? If so then you just research those techniques for the given application and you will have your solution. In the case of Microsoft applications the main source of information is msdn.microsoft.com. In the case of Microsoft applications the technique they generally use is COM. So doing a search on msdn for "media player COM" finds this:


-pete
 
Dear Pete,

I have researched this and understand how to implement it now.

Thanks.

Mark.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top