How To Make A Simple Media Player In Visual Basic 2008. I was bored so i decided to make a quick video on how to make a media player in vb08. It is very simple and anyone can make it lol Song: I DON'T KNOW :S Codes: Try OpenFileDialog1.ShowDialog() AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName Catch ex As Exception 'Do Nothing End Try hope you like it ;). oh and i didn't bother to talk cause i didn't need to explain anything, its simple ;)