160 likes | 281 Views
Review for Test! Did you finish your worksheet?. September 11, 2008. Vocabulary Words. Microsoft Visual Basic Is a software development tool, which means it is a tool that allows you to create programs. Project Explorer. Allows you to see the forms and files that make up your program.
E N D
Review for Test! Did you finish your worksheet? September 11, 2008
Vocabulary Words • Microsoft Visual Basic • Is a software development tool, which means it is a tool that allows you to create programs.
Project Explorer • Allows you to see the forms and files that make up your program.
Properties Window • The pieces that make up a VB program are called objects. • These objects have characteristics which are called properties. • The properties window hold the characteristics of these objects that will allow you to make changes.
Toolbox • Is a collection of tools that allows you to add object (controls) to the forms you create in VB.
Form Layout Window • Appears in the lower right corner of the screen. • Shows the position the form will take when the program runs.
What is the purpose of the existing tab of the New Project Dialog Box? • Will allow you to open an existing program.
Which window let you modify the characteristics of an object? • Properties Window
Which window lets you view the forms and files that make up a project? • Project Explorer
What is contained in the toolbox? • Tools!
Which command in which menu is used to closed VB? • Exit VB by choosing Exit from the File menu.
How do you undock a window? • Page 9 • By double clicking the title bar of the window.
What standard toolbar button exits a program that you are running? • END button
Tomorrow: • Test!