How To Make An Internet Radio Player In VB.NET

Creating a simple internet radio player

1. Open Visual Studio or Visual Basic.
2. Create a new windows form project and name it whatever you want.

Now to the controls.
1. Add 1 windows media player control.
2. Add 2 buttons, put button1 text to "Play", and put button2 text to "Stop".

Now to the code.