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.
Default Control Names
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Default Control Names
 
 ■ Visual Basic provides the following default names for controls, where N
   refers to the instance of that control type:
 
         Control               Default      Control                 Default
         ═══════════════════   ════════     ═════════════════════   ════════
         Check box             CheckN       Combo box               ComboN
         Command button        CommandN     Dir                     DirN
         Drive                 DriveN       File                    FileN
         Frame                 FrameN       Horizontal scroll bar   HScrollN
         Label                 LabelN       List box                ListN
         Option button         OptionN      Picture box             PictureN
         Text box              TextN        Timer                   TimerN
         Vertical scroll bar   VscrollN
         ───────────────────────────────────────────────────────────────────
 
 See: Controls Summary  Object Naming Schemes  Valid Control Names