This chapter is from the book
Workshop
Quiz
What type of Visual Basic project creates a standard Windows program?
What window is used to change the attributes (location, size, and so on) of a form or control in the IDE?
How do you access the default event (code) of a control?
What property of a picture box do you set to display a picture?
What is the default event for a button control?
Answers
Windows Forms Application
The Properties window
Double-click the control in the designer
The Image property
The Click event