Re: Quiet Media Player
Posted: Fri Feb 04, 2011 10:41 pm
Vikhedgehog wrote:I use this:mandai wrote:This seems ok other than the open music dialog always appearing twice.How Can I Fix That?
Code: Select all
Dim ofd as New OpenFileDialog
With ofd
If .ShowDialog() = DialogResult.OK Then
Dim OpenFile as string = .Filename
OR
AxWindowsMediaPlayer.URL = ( OpenFile OR .Filename )
End If
End With