Hello CodeCall
lol I decided to post a tutorial of How To Create A Music Player , Video Player , Photo Viewer , and all the Files that Windows Media Player Suports ..
![]()
Open a Standard.exe
Go to COMPONENTS and ADD the Microsoft Common Dialog Control 6.0 and windows Media Player
Take the Windows Media Player and size it as you want
the Microsoft Common Dialog 6.0 just put somewhere .
After You'll need
- a command button
- a list Box
The List Box will be the place for Files that you will add ...
for the list box the code is
The Command Button rename with " ADD File "Code:WindowsMediaPlayer1.URL = List1
and the code for it
and finaly TEST it ..Code:Dim sFile As String With CommonDialog1 .DialogTitle = "Open Media..." .CancelError = False .Filter = "All Suported Files" .ShowOpen If Len(.FileName) = 0 Then Exit Sub End If sFile = .FileName With List1 .AddItem sFile End With End With
Best Wishes,
Mendim.
Mendim's Media Palyer.rar
Last edited by Jordan; 12-28-2008 at 09:17 AM.
Excellent tutorial! +rep
good tutorial mendim +rep
do you have any idea how to get the current media playing at windows media player?
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
Excellent tutorial! Amazing job.![]()
Nice tutorial, good job mendim
nice tutorial mendim. +rep![]()
+rep u bitch![]()
Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!
Good tutorial and an interesting topic. +rep
Thanks , Bros![]()
THATS gUD ONE MAN
VIvAcIoUs pAkIsTaNi
There are currently 3 users browsing this thread. (0 members and 3 guests)
Bookmarks