
Visual Basic 2008 Media Player
In this tutorial you’ll learn how to make a Media Player that’s a bit more advanced (OpenFileDialog).
Don’t worry. Next tut will have better quality!!
My First Tut! ![]()
The button code is :
BrowseMedia.ShowDialog()
Dim File As String
File = BrowseMedia.FileName
AxWindowsMediaPlayer1.URL = File
TextBox1.Text = File
