qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Desktop Definition
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Desktop
 
 ■ The desktop is the background image upon which you create form-based
   applications in Visual Basic.
 
 ■ In the programming environment, all windows and icons appear on the
   desktop. You can change the fill character that is displayed on the
   desktop by choosing Display from the Options menu.
 
 ■ From code, you can use ControlPanel constants to define the following
   desktop attributes:
   • Background color          • Foreground color          • Fill pattern
 
   See: DESKTOP_BACKCOLOR Constant  DESKTOP_FORECOLOR Constant
        DESKTOP_PATTERN Constant