Page 2 of 2

Re: Quiet Media Player

Posted: Fri Feb 04, 2011 10:41 pm
by Scottie1972
Vikhedgehog wrote:
mandai wrote:
This seems ok other than the open music dialog always appearing twice.
How Can I Fix That?
I use this:
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