VB - 0910 - November

From WLCS

Friday - Tuesday (11/20/09 - 11/24/09)

Monday - Wednesday (11/16/09 - 11/18/09)

Warmup:

Agenda:

  • Demo the Slope calculator
  • Demo the Concert Tickets program (p. 279)
  • Demo the Taxi Fare program (p. 281)
  • IfDemo
  • RandomDemo
  • Guessing Game Assignment

Thursday (11/12/09)

  • Demo your basic math program
  • Slope calculator
  • Complete the Concert Tickets program (p. 279)
  • Complete the Taxi Fare program (p. 281)

Monday (11/9/09)

Warmup:

  • Create a program with a textbox and a button
  • When the button is clicked, take the number from the textbox and store it in a double variable named x
  • Double the value of x by saying x = 2 * x;
  • Convert x to a string and put it back into the textbox

Agenda:

  • Review types and variables
  • Demo your basic math program
  • Slope calculator

Thursday (11/5/09)

Warmup:

  • Create a form that has the following:
    • a blue background
    • 4 buttons, one in each corner. The buttons should have the following written on them:
      • "Go"
      • "Washington"
      • "Lee"
      • "Generals"
    • a label in the middle
      • When you hit each of the buttons, the label in the middle should say the word in the button

Agenda:

  • Review labels, buttons, and textboxes
  • Introduction to types
  • Introduction to variables
  • Demo your basic math program

Monday (11/2/09)

  • Introduction to Visual C#
    • Creating a new Project
    • Toolbox and objects
    • Properties window
    • Designer window vs. Code window
  • Visual C# Tutorials

Archives