Home Robotics C++ Physics II AP Physics B Electronics AP Java Astronomy Independent Study Summer Session Contests  About
                                                       

Forms

 

 

Adding a form

Project, Add Windows Form,

Give a Name, and Click on Windows Form, Click on Add

 

Setting a Start Form

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