VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



mp3 by mmcontrol .ocx

by ahmed salah arife (1 Submission)
Category: Sound/MP3
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 3rd February 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

mp3 by mmcontrol .ocx

Rate mp3 by mmcontrol .ocx



End
End Sub

Private Sub Drive1_Change()
On Error Resume Next
Dir1.Path = Drive1.Drive
End Sub


Private Sub Dir1_Change()
On Error Resume Next
File1.Path = Dir1.Path
End Sub


Private Sub File1_Click()
On Error Resume Next

Dim strFile As String
strFile = Dir1.Path & "\" & File1.List(File1.ListIndex)
 mmcmp3.DeviceType = "MPEGVideo"
    mmcmp3.FileName = strFile
    mmcmp3.Command = "Open"
 End Sub


Private Sub Form_Load()

End Sub


Download this snippet    Add to My Saved Code

mp3 by mmcontrol .ocx Comments

No comments have been posted about mp3 by mmcontrol .ocx. Why not be the first to post a comment about mp3 by mmcontrol .ocx.

Post your comment

Subject:
Message:
0/1000 characters