Getting started with visual basic 6.0 : the beginner's test panel /
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Friendswood, TX :
TotalRecall Publications,
©2006.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- About the Author
- About the Book
- A Quick overview of the book chapters
- Table of Contents
- Chapter 1: Getting Started with Visual Basic 6.0
- About This Notebook
- The Do Nothing Panel
- Data Input Ranges For Supplied Program
- Learning Visual Basic 6.0
- Text in the Old Days Vs Graphics Today
- B.A.S.I.C. Definition
- Projects and Files in Visual Basic 6.0
- Taking Visual Basic 6.0 Out For a Short Test Run
- The IDE Tour
- SDI and MDI Forms
- Chapter 2: The IDE
- (Integrated Development Environment)
- A. The Menu BarB. The Tool Bar
- Form and Control Position and Sizes
- C. The Toolbox
- D. The Form Window
- Form Names and File Names
- Form Name Structure:
- Control Names
- Obtaining Controls from the IDE Toolbox
- Selecting two or more Controls at the same time (two ways)
- First Things To Consider on Forms
- E. The Form Layout Window
- F. The Project Window
- G. The Properties Window
- Properties
- H. The Code Window
- Changing Colors of Keywords and Text
- Chapter 3: My First Program
- ""Creating a Directory For “My First Program�""""Creating the GUI""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""Saving the Form""; ""Creating the Code""; ""Saving the Project""; ""Chapter 4: Command Buttons, Labels and Text Boxes""; ""The Concept of Focus""; ""Command Buttons""; ""First Things To Consider on Command Buttons""; ""Labels""; ""First Things To Consider on Labels""; ""Text Boxes""
- First Things To Consider on Text BoxesChapter 5: Adding Code To Your Program
- Making the Connection Between the Graphics and the Program C
- EVENTS
- Adding an Event Procedure called a Sub
- Coding Controls for Events
- Coding Controls in General
- Saving Forms and Projects
- Click on Save Project As ...
- On Subsequent Project Editing
- Variables in Computer Programming
- Variables that Cause Problems
- Data Types
- Numeric Operations
- Specifying Numeric Values in Scientific Notation
- Specifying Numeric Values in Engineering Notation
- ""Variable Declaration Shortcuts""""Numeric Assignments""; ""Raising a number to a Power � Arithmetic Operation""; ""Arithmetic Operational Order""; ""String Operations""; ""String Variable Declarations""; ""String Assignments""; ""Boolean Operations""; ""The 'Date' Data Type""; ""Chapter 6: The MsgBox() and InputBox() Functions""; ""The MsgBox() Function""; ""Setting up the Message to be Displayed""; ""MsgBox() Configuration Tables""; ""Obtaining the User's Response to the Message""; ""The Return Value � The Button Pushed by the User""; ""The InputBox() Function""