Visual basic/ edited by Meeta Gupta and Shikha Gupta.

Contributor(s): Gupta, Meeta, ed | Gupta, Shikha, edMaterial type: TextTextPublication details: New Delhi : NISCAIR , 2002Description: 103 p.: ill. ; 23 cmISBN: 9788172362225 (pb)Subject(s): Computer Programming | Visual Basic | Data Object ProgrammingDDC classification: 005.118
Contents:
Chapter One - Getting Started -- 1.1 What is Visual Basic? -- 1.2 Starting Visual Basic 6.0 -- 1.3 Visual Basic Integrated Development Environment -- 1.4 The User Interface -- 1.5 Programming in Visual Basic -- 1.6 Event Driven Architecture -- Summary -- Questions -- Chapter Two - Basic Programming Constructs -- 2.1 Variables -- 2.1.1 Rules for Variable names -- 2.1.2 Variable Declarations -- 2.1.3 Arrays -- 2.2 Data Types -- 2.3 Operators -- 2.3.1 Arithmetic Operators -- 2.3.2 Logical Operators -- 2.3.3 Comparison Operators -- 2.3.4 Like Operator -- 2.3.5 Is Operator -- 2.3.6 Comparison of Operators -- 2.4 Conditional statements -- 2.4.1 If...Then -- 2.4.2 If...Then...Else -- 2.4.3 Select Case -- 2.5 Loop Structures -- 2.5.1 Do... Loop -- 2.5.2 For...Next -- 2.5.3 For Each...Next -- Summary -- Questions -- Chapter Three - User Interface and ADODC -- 3.1 Creating User Interface -- 3.1.1 Adding ADODC to a Form -- 3.2 Creating a database in MS Access -- 3.3 Linking a database in SQL and MS Access to ADQDC -- 3.3.1 Connecting to SQL -- 3.3.2 Connecting to MS Access -- 3.4 Code Editor -- 3.5 Adding, Saving, Modifying and Deleting data -- 3.6 Saving the form -- Chapter Four-ActiveX Data Object Programming -- 4.1 Basics of connecting to a database -- 4.2 Connecting to a database -- 4.2.1 Connecting to SQL -- 4.2.2 Connecting to MS Access -- 4.3 Navigating through the database using ADO programming -- 4.4 Adding, Saving, Modifying and Deleting data -- Summary -- Questions -- Chapter Five - Procedures and Modules -- 5.1 Procedures -- 5.1.1 Sub Procedures -- 5.1.2 Function Procedures -- 5.1.3 Property Procedures -- 5.2 Modules -- 5.2.1 Form Module -- 5.2.2 Standard Module -- 5.3 Methods -- Summary -- Questions -- Chapter Six - Working with Controls -- 6.1 Displaying and Entering Text -- 6.2 Check Boxes -- 6.3 Option Buttons -- 6.4 Frame Control -- 6.5 List Box -- 6.5.1 Adding items to the list -- 6.5.2 Removing an item from the list -- 6.5.3 Accessing items from the list -- 6.6 Combo Box -- 6.7 Getting and Setting Focus of an object -- 6.8 Command Button -- 6.8.1 Changing color of a Command Button -- Summary -- Questions -- Chapter Seven - Debugging and Error Handling -- 7.1 Kinds of errors -- 7.1.1 Compilation errors -- 7.1.2 Run-time errors -- 7.1.3 Logical errors -- 7.2 Trapping Errors -- 7.2.1 On Error Statement -- 7.3 Debugging -- 7.3.1 Debug Windows -- 7.3.2 Break Mode -- 7.3.3 Tracing the error -- Summary -- Questions -- Chapter Eight - Reports -- 8.1 Data Environment -- 8.2 Data Report -- 8.3 Using Data Environment Designer -- 8.4 Using Data Report Designer -- 8.5 Overview of Microsoft Hierarchical FlexGrid Control -- Summary -- Questions -- Chapter Nine - Menus and Other Objects -- 9.1 Designing menus -- 9.1.1 Menu Editor -- 9.1.2 Popup Menu -- 9.2 Toolbar -- 9.3 StatusBar -- Summary -- Questions -- Answer to Multiple Choice Questions
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Current library Call number Status Date due Barcode Item holds
General Books General Books Central Library, Sikkim University
General Book Section
005.118 GUP/V (Browse shelf(Opens below)) Available P23538
Total holds: 0

Chapter One - Getting Started -- 1.1 What is Visual Basic? -- 1.2 Starting Visual Basic 6.0 -- 1.3 Visual Basic Integrated Development Environment -- 1.4 The User Interface -- 1.5 Programming in Visual Basic -- 1.6 Event Driven Architecture -- Summary -- Questions -- Chapter Two - Basic Programming Constructs -- 2.1 Variables -- 2.1.1 Rules for Variable names -- 2.1.2 Variable Declarations -- 2.1.3 Arrays -- 2.2 Data Types -- 2.3 Operators -- 2.3.1 Arithmetic Operators -- 2.3.2 Logical Operators -- 2.3.3 Comparison Operators -- 2.3.4 Like Operator -- 2.3.5 Is Operator -- 2.3.6 Comparison of Operators -- 2.4 Conditional statements -- 2.4.1 If...Then -- 2.4.2 If...Then...Else -- 2.4.3 Select Case -- 2.5 Loop Structures -- 2.5.1 Do... Loop -- 2.5.2 For...Next -- 2.5.3 For Each...Next -- Summary -- Questions -- Chapter Three - User Interface and ADODC -- 3.1 Creating User Interface -- 3.1.1 Adding ADODC to a Form -- 3.2 Creating a database in MS Access -- 3.3 Linking a database in SQL and MS Access to ADQDC -- 3.3.1 Connecting to SQL -- 3.3.2 Connecting to MS Access -- 3.4 Code Editor -- 3.5 Adding, Saving, Modifying and Deleting data -- 3.6 Saving the form -- Chapter Four-ActiveX Data Object Programming -- 4.1 Basics of connecting to a database -- 4.2 Connecting to a database -- 4.2.1 Connecting to SQL -- 4.2.2 Connecting to MS Access -- 4.3 Navigating through the database using ADO programming -- 4.4 Adding, Saving, Modifying and Deleting data -- Summary -- Questions -- Chapter Five - Procedures and Modules -- 5.1 Procedures -- 5.1.1 Sub Procedures -- 5.1.2 Function Procedures -- 5.1.3 Property Procedures -- 5.2 Modules -- 5.2.1 Form Module -- 5.2.2 Standard Module -- 5.3 Methods -- Summary -- Questions -- Chapter Six - Working with Controls -- 6.1 Displaying and Entering Text -- 6.2 Check Boxes -- 6.3 Option Buttons -- 6.4 Frame Control -- 6.5 List Box -- 6.5.1 Adding items to the list -- 6.5.2 Removing an item from the list -- 6.5.3 Accessing items from the list -- 6.6 Combo Box -- 6.7 Getting and Setting Focus of an object -- 6.8 Command Button -- 6.8.1 Changing color of a Command Button -- Summary -- Questions -- Chapter Seven - Debugging and Error Handling -- 7.1 Kinds of errors -- 7.1.1 Compilation errors -- 7.1.2 Run-time errors -- 7.1.3 Logical errors -- 7.2 Trapping Errors -- 7.2.1 On Error Statement -- 7.3 Debugging -- 7.3.1 Debug Windows -- 7.3.2 Break Mode -- 7.3.3 Tracing the error -- Summary -- Questions -- Chapter Eight - Reports -- 8.1 Data Environment -- 8.2 Data Report -- 8.3 Using Data Environment Designer -- 8.4 Using Data Report Designer -- 8.5 Overview of Microsoft Hierarchical FlexGrid Control -- Summary -- Questions -- Chapter Nine - Menus and Other Objects -- 9.1 Designing menus -- 9.1.1 Menu Editor -- 9.1.2 Popup Menu -- 9.2 Toolbar -- 9.3 StatusBar -- Summary -- Questions -- Answer to Multiple Choice Questions

There are no comments on this title.

to post a comment.
SIKKIM UNIVERSITY
University Portal | Contact Librarian | Library Portal

Powered by Koha