|
Hospital Management Project in Visual Basic
|
|
|
Data Access Objects (DAO)
|
Open Data Base Connectivity (ODBC) and DSN
|
|
|
|
Remote Data Objects (RDO)
|
Remote Data Objects with MSRDC
|
|
Example: Accessing Oracle Database table with MSRDC
|
|
Example: Programming with RDC Using RDO
|
|
Example: Connecting to Oracle Using RDO (Without MSRDC)
|
|
Example: Connecting to SQL Server Using RDO (Without MSRDC)
|
|
Example: Using Remote Data Control
|
|
Example: Using RDO without Using MSRDC
|
|
Connecting to Oracle without Using DSN
|
|
Connecting to MS SQL Server without Using DSN
|
|
|
|
Active Data Objects (ADO)
|
Example: DSN Connection to Oracle using ADO
|
|
Example: DSN-Less Connection to Oracle using ADO
|
|
Working with ADO Recordsets
|
|
Calling Stored Procedures
|
|
Example: Accessing Oracle Database Table using ADO
|
|
|
|
Visual Basic - More Examples
|
Example 1: Using Modules to make structures
|
|
Example 2: Conversion of Read-only MSFlexigrid to Editable MSFlexigrid
|
|
Example 3: Using Inet Control to Transfer Files on Internet
|
|
Example 4: Using Inet Control to Download Web page Contents
|
|
Example 5: Using Winsock Control to list files & directories of a Remote Machine
|
|
Example 6: Using Winsock Control
|
|
Example 7: Using ListView Control
|
|
|
|
Creating ActiveX Code Components
|
Introduction to ActiveX Code Components
|
|
Advantages of Using ActiveX Code Components
|
|
Creating Objects in Visual Basic
|
|
Working with ActiveX Code Component Projects
|
|
Component Project Templates
|
|
Setting Project Properties
|
|
Setting Class Module Properties
|
|
Testing ActiveX Code Components
|
|
Setting a reference to a Type Library
|
|
Implementing an Interface
|
|
Additional Features of ActiveX Code Components
|
|
|
|
ActiveX Projects - Examples
|
Example 1: Class Modules and Business Rules 2
|
|
Example 2: Using Class Modules in Standard EXE Project
|
|
Example 3: ActiveX DLL Project
|
|
Example 4: ActiveX DLL (In-process) Project
|
|
Example 5: ActiveX EXE (Out-of-process) Project
|
|
Example 6: ActiveX EXE to list files of a remote machine
|
|
Example 7: ActiveX EXE with Events
|
|
Example 8: ActiveX DLL with Events
|
|
|
|
Creating ActiveX Controls
|
Introduction to ActiveX Controls
|
|
Creating an ActiveX Control
|
|
Creating a Control’s User Interface
|
|
Creating our own ActiveX Control: Example 1
|
|
Creating our own ActiveX Control: Example 2
|
|
Creating our own ActiveX Control: Example 3
|
|
|
|
Creating and Using ActiveX Documents
|
Introduction to ActiveX Documents
|
|
ActiveX Document Containers
|
|
ActiveX Documents Vs Embedded Objects
|
|
Advantages of ActiveX Documents
|
|
Working with ActiveX Document Projects
|
|
Elements of an ActiveX Document Project
|
|
Creating a new ActiveX Document Project
|
|
Converting a Standard EXE Project
|
|
Compiling an ActiveX Document Project
|
|
Siting an ActiveX Document
|
|
User Document Event Behaviour
|
|
Differences between Document Containers
|
|
Determining the Document Container Type
|
|
Testing and Debugging ActiveX Documents
|
|
The User Interface and User Document
|
|
Adding Menu to a User Document
|
|
Example 1: Creating ActiveX Document
|
|