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
|
|
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
|
|
Term
What is the default event for a button control? |
|
Definition
|
|