View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
michelxld[_33_] michelxld[_33_] is offline
external usenet poster
 
Posts: 1
Default Media Player versus Windows Media Player


Hello

you may try


Private Sub CommandButton1_Click()
WindowsMediaPlayer1.URL = "C:\myMusic.mp3"
WindowsMediaPlayer1.Controls.Play
End Sub


Regards ,
michel


--
michelxld
------------------------------------------------------------------------
michelxld's Profile: http://www.excelforum.com/member.php...o&userid=17367
View this thread: http://www.excelforum.com/showthread...hreadid=476029