RACC VB - Ch. 5 Worksheet #1 Name -

1. What is the prefix for a menu control?

 

2. What event would trigger if the user selected the menu command "Print" under the "File" menu.

 

3. Even though menu separator bars do not have Click events, a programmer must name each one that is used in a menu. What does the textbook author recommend as the name of your first separator bar in a menu?

 

4. What symbol is used in the common Windows interface to indicate that a menu command can be toggled on and off?

 

5. What is the difference between keyboard access keys and keyboard shortcuts?

 

6. List a few Windows standards that you have noticed with regard to the way menus are used in commercial software. (Example: Print is a command under the File menu.)

 

7. What is the the VB prefix that should be used with the Common Dialog control?

 

8. What does it mean to pass a value to a procedure?

 

9. Which is the default method of passing arguments, ByVal or ByRef?

 

10. Describe a situation in which a function procedure would be more appropriate than a sub procedure.