VB2005(Tutorial) Make a Music Player
Loading...
2,284
Loading...
Uploader Comments (stupidgaylogincrap)
see all
All Comments (10)
-
make sure
AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName
is under
OpenFileDialog1.ShowDialog()
It didn`t paste right here...
-
Add media player,add button,add this code to button OpenFileDialog1.ShowDialog() AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName
From toolbox drag OpenFileDialog on the Windows Media Player,double click button,return & debug.You can then open any file media player can play.( if that is what your wanting ).Peace :-)
-
test
-
good tutorial im gona build off of that thanks 5/5
-
You have some teaching skills there bro! Top stuff :D
Loading...
how do i make this work at school because this only works at home for me and i have the same vb at school and at home
anv919 1 year ago
@anv919 - You need the school computers to have WMP installed (Windows Media Player)
stupidgaylogincrap 1 year ago
funny thing is once i learnt your tutorial i actually made it about 50 times better , i made a drop down menu with a selection of songs , when you clikc the song it asks if you want it to loop or move to the next one when it finishes , then it plays!
djjere123 3 years ago
Well im glad i could teach you something. :) yeah i was showing the basics of stuff otherwise it would get too long. Well thanks for sharing.
stupidgaylogincrap 3 years ago
good tut ;) thnx for sharing..
try to use an openfile dialog for another way to open files ;)
cheatonly2win 3 years ago
NP thanks for watching.
& in some of my other videos i use the open file dialog. but for this i just wanted to show everyone how to do it quick.
stupidgaylogincrap 3 years ago