谁编一个调用声音的程序
当 Command1的时候 就播放 相对路径的 6.MP3请加上注释 小菜 在此谢谢 大家
也可以:
Private Sub Command1_Click()
With CommonDialog1
.ShowOpen
If .FileName = "" Then Exit Sub
WindowsMediaPlayer1.URL = .FileName
End With
End Sub
这样就可以选歌了