Game Preview

Visual Basic Revision

  •  English    18     Public
    Revision of Visual Basic programming and Visual Studio
  •   Study   Slideshow
  • What is called when you draw a rough design of the user interface with pen and paper?
    Mock-up diagram
  •  10
  • Looking at the properties of a form, explain the steps required to ensure the form starts maximized
    Click on the WindowState property and change it from "normal" to "maximized"
  •  20