Shared Flashcard Set

Details

Chapter 6
VB Quiz
9
Computer Science
Not Applicable
04/03/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Do I need to worry about the anchoring and scrolling capabilities of every form I create?
Definition
No. The majority of forms in most applications are dialog boxes. Which is a modal form used to gather data from the user. A dialog box is usually of a fixed size, which means that its border style is set to a style that can't be sized. With a fixed-size form, you don't need to worry about anchoring or scrolling.
Term
How do I know whether a project is a candidate for a MDI interface?
Definition
If the program will open many instances of the same type of form, that project is a candidate for a MDI interface. For example, if you're creating an image-editing program and the intent is to enable the user to open many images at once, MDI makes sense. Also, if you'll have many forms that will share a common toolbar and menu, you might want to consider MDI.
Term
True or false: The first control selected in a series is always made the active control.
Definition
True
Term
How many ways are there to add a control to a form from the toolbox?
Definition
There are three primary methods: Double-click a tool in the toolbox, drag a tool from the toolbox, and click a tool in the toolbox and then draw it on a form.
Term
If you double-click a tool in the toolbox, where on the form is it placed?
Definition
The control is placed over the currently selected control, or in the upper-left corner if no control is selected.
Term
Which property fixes an edge of a control to an edge of a form?
Definition
The Anchor property.
Term
What do you change to hide the grid on a form?
Definition
The ShowGrid property, found in the Options dialog box.
Term
Which toolbar contains the functions for spacing and aligning controls?
Definition
The Layout toolbar.
Term
Which property do you set to make a form an MDI parent?
Definition
You set the IsMdiContainer property to True to make a form a MDi parent.
Supporting users have an ad free experience!