- Home
·
- Sound/MP3
·
- Mp3 and avi Player. Also View Images! (Easy to make!) You can set it to play allmost any kind of Mo
Mp3 and avi Player. Also View Images! (Easy to make!) You can set it to play allmost any kind of Mo
Mp3 and avi Player. Also View Images! (Easy to make!) You can set it to play allmost any kind of Movie files.
Rate Mp3 and avi Player. Also View Images! (Easy to make!) You can set it to play allmost any kind of Mo
(2(2 Vote))
1) Microsoft common Dialog control 5.0
2) Windws Media Player
You can find them under project >components...
Now, you need to past this code under the Open command Button:
Dim stFileName As String
CommonDialog1.Filter = "MP3 Files|*.MP3|AVI *.avi|*.avi|JPG (*.jpg)|*.JPG| Gif (*.GIF)|*.GIF|Bmp (*.bmp)|*.bmp|Ping (*.ping)|*.PING"
CommonDialog1.Flags = cdlOFNHideReadOnly
CommonDialog1.ShowOpen
stFileName = CommonDialog1.FileName
MediaPlayer1.open stFileName
then just put in other commands such as:
Play
Stop
Pause Ect.
You can make the codes by makeing command buttons and pasting this code:
MediaPlayer1. Type that in, options will come such as: Play, Stop ect.
so, to make the mp3 or avi pause you would put:
MediaPlayer1.Pause
Mp3 and avi Player. Also View Images! (Easy to make!) You can set it to play allmost any kind of Mo Comments
No comments yet — be the first to post one!
Post a Comment