HOORAY!!!    YOU'RE    HALFWAY    THERE!!!


OBJECTIVES

This lesson reviews how to display and print information, how to display text in different fonts, how to format numbers, dates and times, and how to send data (text and graphics) to the printer.

DISPLAYING AND PRINTING

1.  When you set the FontTransparent property to True and then display
text inside a form with the Print method:

    (a) The text will be drawn with white color
    (b) The text will not be visible
    (c) The text is displayed with the same background of the form.

2.  The FonCount property is used to:
  
    (a) Assign a counting number to the fonts
    (b) No such thing
    (c) Extract the number of available fonts

3.  The Fonts () property is used to:

    (a) Extract the names of available fonts
    (b) Assign a new font
    (c) Remove a font

4.  WYSIWYG is the capability to:

   (a) Speak a foreign language :-)
   (b) Print a hard copy that is an exact replica of the screen
   (c) No meaning, just rubbish :-)

5.  The TextHeight property returns the ...

6.  The TextWidth property returns the...

7.  To print the content of a form, use:

    (a) The Print screen key
    (b) The Print method
    (c) The PrintForm method

TEST YOUR PROGRESS

ANSWER KEY:

BACK TO HOMEPAGE

VB ONLINE: