When working with multiple forms, use the ____________ to change the name of the Form1.cs file to something more meaningful.
a. Standard Toolbar
b. Toolbox
c. Solution Explorer
d. Component Tray
c. Solution Explorer
Computer Science & Information Technology
You might also like to view...
Find the error(s) in each of the following program segments, and explain how the error(s) can be corrected:
``` int sum(int x, int y) { int result{0}; result = x + y; } ```
Computer Science & Information Technology
What kind of information is not included in a class .h file?
A. Short, one-line functions. B. function prototypes. C. include files. D. main.
Computer Science & Information Technology
When saving a form containing macros, you save it as a ________
A) Word XML Document B) Word Template C) Word Macro-Enabled Template D) Rich Text Format
Computer Science & Information Technology
You can format footers to display differently on even pages and:
a. subordinate pages b. odd pages c. uneven pages
Computer Science & Information Technology