openfiledialog.Filter = "Media Files(*.wav;*.mp3;*.mp4;*.mpeg;*.dat;*.wma;*.wmv;*.rm;*.ram;*.avi;*.asf;*.3gp;*.mov;*.divx;*.swf;*.flv;*.bmp;*.png;*.jpg;*.jepg;*.gif)|*.wav;*.mp3;*.mp4;*.mpeg;*.dat;*.wma;*.wmv;*.rm;*.ram;*.avi;*.asf;*.3gp;*.mov;*.divx;*.swf;*.flv;*.bmp;*.png;*.jpg;*.jepg;*.gif|AllFiles(*.*)|*.*"
If openfiledialog.ShowDialog = Windows.Forms.DialogResult.Cancel Then Exit Sub End If AxWindowsMediaPlayer1.URL = openfiledialog.FileName ListBox1.Items.Add(openfiledialog.FileName)
If AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsPlaying Then AxWindowsMediaPlayer1.Ctlcontrols.pause() Else AxWindowsMediaPlayer1.Ctlcontrols.play() End If
On Error Resume Next AxWindowsMediaPlayer1.Ctlcontrols.stop()
AxWindowsMediaPlayer1.Ctlcontrols.fastForward()
AxWindowsMediaPlayer1.Ctlcontrols.fastReverse()