|
-
Apr 9th, 2006, 07:20 PM
#1
Thread Starter
New Member
my multimedia player isnt working i need help!
i have made a media player but it still doesnt work can i please have help the code that i wrote was:
Private Sub cmdOpen_Click()
cdgOpenFile.Filter = "Audiio Files (*.wav,*.mp3,*.mid)|*.wav;*.mp3;*.mid|Video Files(*.avi)|*.avi"
cdgOpenFile.Action = 1
mpClip.FileName = cdgOpenFile.FileName
lblFileName.Caption = cdgOpenFile.FileName
End Sub
please reply quick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|