Program a MEDIA PLAYER with VISUAL BASIC 2008 (Beginners)
Added: Jul 25, 2008
Author: samsastonmartin
Duration: 4:19
Screen capture showing you how to prgram your very own simple media player using visual basic 2008 or 2005. Suitable for beginners!Details may be hard to pick out but if you can become familiar with the visual basic 2008 environment then you should be able to know what is happening or just do it the easy way and look at the guide i have given below!Happy programming!After you have added the "windows media player", "open file dialog" and "command button" to the form, double click on the command button to open the "code" window. Put in this code:OpenFileDialog1.ShowDialog()AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileNameGo back to the design window and select "OpenFileDialog1" at the bottom. Go to its properties window and go to "filter". Type in " All Files|*.*| " (without quotation marks.) You can customise the filters to what you want.Run your program and everything should work fine :)
Channel: Howto
Tags:
2005
2008
basic
beginner
computer
fun
media
microsoft
mp3
music
player
program
programming
visual
windows
Rating: 4.63 (16 ratings)
Views: 4156' favoriteCount='13
Comments: 21
Added: Jul 25, 2008
Author: samsastonmartin
Duration: 4:19
Screen capture showing you how to prgram your very own simple media player using visual basic 2008 or 2005. Suitable for beginners!Details may be hard to pick out but if you can become familiar with the visual basic 2008 environment then you should be able to know what is happening or just do it the easy way and look at the guide i have given below!Happy programming!After you have added the "windows media player", "open file dialog" and "command button" to the form, double click on the command button to open the "code" window. Put in this code:OpenFileDialog1.ShowDialog()AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileNameGo back to the design window and select "OpenFileDialog1" at the bottom. Go to its properties window and go to "filter". Type in " All Files|*.*| " (without quotation marks.) You can customise the filters to what you want.Run your program and everything should work fine :)
Channel: Howto
Tags: 2005 2008 basic beginner computer fun media microsoft mp3 music player program programming visual windows
Rating: 4.63 (16 ratings) Views: 4156' favoriteCount='13 Comments: 21

