1 / 9

Visual Basic 6

Visual Basic 6. Tool Box Window. Pointer tool. Picture box. Label. Text box. Frame. Command button. Check box. Option button. Combo box. List box. Horizontal scroll bar. Vertical scroll bar. Timer. Drive list. Directory list box. File list box. Shape. Line. Image.

meaney
Télécharger la présentation

Visual Basic 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Basic 6

  2. Tool Box Window Pointer tool Picture box Label Text box Frame Command button Check box Option button Combo box List box Horizontal scroll bar Vertical scroll bar Timer Drive list Directory list box File list box Shape Line Image OLE container Data

  3. Get Input Text box - text input Horizontal Scroll bars - navigate choices Vertical Scroll bars - navigate choices Check box - more than one choice Option buttons - mutually exclusive choices List box -1 choice from list Combo box - choose or type a choice

  4. Get Input MsgBox function - prompt user or display message InputBox function - present predefined dialog boxes

  5. Display Graphics Image - use to create an icon command button, decorative images Picture box - use to create a toolbar Line- draw a straight line segment Shape - draw a rectangle, square, ellipse, or circle

  6. File System Controls Drive list box - display list of disk drives Directory list box - display list of folders (directories) and paths File list box - display list of files

  7. Miscellaneous Controls Frame - use to group controls together Timer - use to trigger simple animations or like a stopwatch OLE container - use to link or embed objects from other applications

More Related