To change the color of text in a windows form, you could use this.
a. FontDialog control
b. ColorDialog control
c. FontDialog control with the ShowColor property set to True
d. both b and c are correct
d. both b and c are correct
Computer Science & Information Technology
You might also like to view...
A(n) _____________ is a program that simultaneously translates and executes each instruction in a high-level language program.
a. compiler b. interpreter c. assembler d. lexical analyzer
Computer Science & Information Technology
One potential drawback to increasing the number of undos is that your computer might slow down
Indicate whether the statement is true or false
Computer Science & Information Technology
What is Math.rint(3.5)?
a. 3.0 b. 3 c. 4 d. 4.0 e. 5.0
Computer Science & Information Technology
A logical function that returns a result of TRUE if all of the conditions are met
A) IF B) NOT C) AND D) OR
Computer Science & Information Technology