Forms
Project, Add Windows Form,
Give a Name, and Click on Windows Form, Click on Add
By default, Windows will start the first form, regardless of what you name it.
To start with another form:
Assume you named your application UsingForms
Click on Project, then at the bottom you will see the name of your application (UsingForms in this example)
Click on it and then Click on StartupForm and select the form you want to start with.
Plotting, etc to the New Form
You must prefix the commands with the name of the form followed by a dot and the name of the command. PlotForm.drawString, for example