[TuT] [Release] Your own video player!!
Sup guys...well I'm gonna tell you step by step how to make your own video player...I'm not submitting source code because I don't feel like posting screenshots and virus scans... Here we go
First: Make a new project (duh)...call it whatever you like
Second: Go to Tools->Choose Toolbox Items->Click on the COM tab, and find windows media player. When you find it, check the checkbox.
Third: Add like your logo or made by or whatever on your form. Then go to your toolbar and find the movie player thing. Drag it into your form and make it bigger (Widescreen for best experience).
Fourth: Add a button. Name it open or open file. Anchor it in the corner you put it in.
Fifth: Add OpenFiledialog
Sixth: Double click on button
Seventh: Type in: OpenFileDialog1.ShowDialog1()
AxWindowsMediaPlayer.URL = OpenFiledialog1.filename
8th: Debug, finish project...