Removed

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
11 posts Page 2 of 2
Contributors
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

Re: Quiet Media Player
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
Image
11 posts Page 2 of 2
Return to “Full Software”