Jump to content

Some Explanation

- - - - -

  • Please log in to reply
No replies to this topic

#1
firoz.raj

firoz.raj

    Newbie

  • Members
  • Pip
  • 1 posts
Can anybody Demonstrate Any simple simple programme.So that user should open Any audio file.i have written a code .But some *.Bup file is not opening .But i have opened Using Media Player .Kindly let me know the idea.Any help would be highly appreciated.Kindly find the attachment also.

Private Sub Bt_Play_Click()

CommonDialog1.Filter = "VideoFile(*.mpg)|*.mpeg|ALL Files(*.*)|*.*"

CommonDialog1.ShowOpen

MMControl1.FileName = CommonDialog1.FileName

Debug.Print MMControl1.FileName

MMControl1.Wait = True

MMControl1.Command = "Open"

MMControl1.Command = "Prev"

MMControl1.Command = "PlAY"

End Sub


Private Sub Form_Load()

Form1.Caption = MMControl1.FileName

End Sub

Attached Files






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users