| Titre : |
Programming In Visual Basic Version 5.0 |
| Type de document : |
texte imprimé |
| Auteurs : |
Millspaugh Anita C, Auteur |
| Année de publication : |
1998 |
| Importance : |
588p |
| Présentation : |
ill. |
| Format : |
27x21cm |
| ISBN/ISSN/EAN : |
978-0-256-25941-4 |
| Langues : |
Anglais (eng) |
| Catégories : |
Informatique
|
| Mots-clés : |
programming in visual basic |
| Index. décimale : |
internet et programmation |
| Résumé : |
Intro Programming course is estimated currently at 150-200,000 and growing. VB is taking over where BASIC, Qbasic, & QuickBasic once dominated, in the Intro Business Programming course. The book is not specific to one type of institution, since VB in a business course is largely a functional topic needed by all types of students from 2-4 year, to Vo-Tech, to extended, and even adult education programs. |
| Note de contenu : |
Visual Design:
Forms: Applications are built around forms, which are the windows and dialogs users interact with.
Controls: A wide array of pre-built controls (buttons, text boxes, labels, list boxes, etc.) can be dragged and dropped onto forms, allowing for quick UI creation.
Properties: Each control and form has properties (e.g., Caption, Text, BackColor, Width) that can be set in the Properties window during design time or programmatically during runtime.
Event-Driven Programming:
Visual Basic 5.0 applications are event-driven, meaning code executes in response to user actions (like clicking a button, typing in a text box) or system events.
Event Procedures: Code is written within specific event procedures (e.g., Command1_Click(), Text1_Change()) associated with controls.
Language Fundamentals:
Syntax: Visual Basic 5.0 uses a syntax that is relatively easy to learn, based on the BASIC language.
Variables and Data Types: Declaring variables (e.g., Dim MyVariable As String) and understanding data types (e.g., Integer, String, Boolean) are fundamental.
Control Structures: Using If...Then...Else, For...Next, Do While...Loop, and Select Case for controlling program flow.
Functions and Subroutines: Creating reusable blocks of code.
Integrated Development Environment (IDE):
Code Editor: For writing and editing Visual Basic code.
Object Browser: For exploring objects, properties, methods, and events.
Debugger: For identifying and fixing errors in code.
Forms Designer: The visual interface for laying out forms and controls.
ActiveX Components:
Visual Basic 5.0 significantly enhanced support for ActiveX components, allowing developers to create and utilize custom controls and other reusable software components. |
Programming In Visual Basic Version 5.0 [texte imprimé] / Millspaugh Anita C, Auteur . - 1998 . - 588p : ill. ; 27x21cm. ISBN : 978-0-256-25941-4 Langues : Anglais ( eng)
| Catégories : |
Informatique
|
| Mots-clés : |
programming in visual basic |
| Index. décimale : |
internet et programmation |
| Résumé : |
Intro Programming course is estimated currently at 150-200,000 and growing. VB is taking over where BASIC, Qbasic, & QuickBasic once dominated, in the Intro Business Programming course. The book is not specific to one type of institution, since VB in a business course is largely a functional topic needed by all types of students from 2-4 year, to Vo-Tech, to extended, and even adult education programs. |
| Note de contenu : |
Visual Design:
Forms: Applications are built around forms, which are the windows and dialogs users interact with.
Controls: A wide array of pre-built controls (buttons, text boxes, labels, list boxes, etc.) can be dragged and dropped onto forms, allowing for quick UI creation.
Properties: Each control and form has properties (e.g., Caption, Text, BackColor, Width) that can be set in the Properties window during design time or programmatically during runtime.
Event-Driven Programming:
Visual Basic 5.0 applications are event-driven, meaning code executes in response to user actions (like clicking a button, typing in a text box) or system events.
Event Procedures: Code is written within specific event procedures (e.g., Command1_Click(), Text1_Change()) associated with controls.
Language Fundamentals:
Syntax: Visual Basic 5.0 uses a syntax that is relatively easy to learn, based on the BASIC language.
Variables and Data Types: Declaring variables (e.g., Dim MyVariable As String) and understanding data types (e.g., Integer, String, Boolean) are fundamental.
Control Structures: Using If...Then...Else, For...Next, Do While...Loop, and Select Case for controlling program flow.
Functions and Subroutines: Creating reusable blocks of code.
Integrated Development Environment (IDE):
Code Editor: For writing and editing Visual Basic code.
Object Browser: For exploring objects, properties, methods, and events.
Debugger: For identifying and fixing errors in code.
Forms Designer: The visual interface for laying out forms and controls.
ActiveX Components:
Visual Basic 5.0 significantly enhanced support for ActiveX components, allowing developers to create and utilize custom controls and other reusable software components. |
|  |