You must have AxWMPLib in your reference of your C#-project. Then you have to add the Mediaplayer as a control to your form. For instance, name the control to "WMP". After that you can do. WMP.URL = "the musicfile full path"; string cName = WMP.currentMedia.name; Heino