Shared Flashcard Set

Details

Chapter 1
VB Quiz
7
Computer Science
Not Applicable
04/03/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Can I show bitmaps of file types other than BMP and JPG?
Definition
Yes. PictureBox Supports the display of images with the extensions BMP, JPG, ICO, EMF, WMF, and GIF. PictureBox can even save images to a file using any of the suppported file types.
Term
Is it possible to show pictures in other controls?
Definition
PictureBox is the control to use when you are just displaying images. However, many other controls allow you to display pictures as part of the control. For instance, you can display an image on a button control by setting the button's Image property to a valid picture.
Term
What type of VB project creates a standard Windows Program?
Definition
Windows Forms Application
Term
What window is used to change the attributes (location, size, and so on) of a form or control in the IDE?
Definition
The Properties Window
Term
How do you access the default event (code) of a control?
Definition
Double click the control in the designer
Term
What property of a picture box do you set to display an image?
Definition
The Image Property
Term
What is the default event for a button control?
Definition
The Click Event
Supporting users have an ad free experience!