Program a MEDIA PLAYER with VISUAL BASIC 2008 (Beginners)

Program a MEDIA PLAYER with VISUAL BASIC 2008 (Beginners)


http://www.vbtutorials.weebly.com
GO HERE for more Visual Basic Tutorials, Tips and DOWNLOADS!


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.FileName

Go 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 :)

Video Length: 04:19
Uploaded By: samsastonmartin
Published: 5/7/2008
View Count: 88,971

Related Software Products
LEARN VISUAL BASIC 2005
LEARN VISUAL BASIC 2005

Published By:
KIDware

Description:
LEARN VISUAL BASIC 2005 is a eleven week course covering object-oriented programming concepts, the Visual Basic 2005 integrated development environment, building and distributing Windows applications, exception handling, sequential file access, graphics, multimedia, advanced topics such as web access, printing, and HTML help system authoring. The course also introduces database applications (using ADO .NET) and migrating applications to the web (using ASP .NET). LEARN VISUAL BASIC 2005 is ...


Related Videos
Visual Basic 2010 Express Tutorial 1 - Getting Started Hello World - Free Download
Visual Basic 2010 Express Tutorial 1 - Getting Started Hello World - Free Download

Video Length: 08:11
Uploaded By: SchoolFreeware (7/12/2010)
View Count: 619,121

MySQL VB.NET Tutorial 6 : Insert/Save data to database
MySQL VB.NET Tutorial 6 : Insert/Save data to database

Video Length: 18:38
Uploaded By: ProgrammingKnowledge (3/17/2014)
View Count: 225,576

Visual Basic Serial COM Port Tutorial (Visual Studio 2010) - Part 1
Visual Basic Serial COM Port Tutorial (Visual Studio 2010) - Part 1

Video Length: 01:52
Uploaded By: Kelvin Le (8/23/2012)
View Count: 150,461

Visual Studio 2005 Express Tutorial - 1 of 6 - Installing
Visual Studio 2005 Express Tutorial - 1 of 6 - Installing

Video Length: 02:06
Uploaded By: Wade Harvey (9/24/2007)
View Count: 91,910

Copyright © 2026, Ivertech. All rights reserved.