Visual Basic 6 CBT

IT Training Course Specialists: Visual Basic 6 CBT IT Training & Self Study
 
             

Visual Basic 6 CBT

[to previous page]   [other products in "Programming"]
  Visual Basic 6 CBT or a generic image.
 
Product:

Visual Basic 6 CBT

Levels 1-8 (introductory to intermediate) will introduce you to application development. Levels 9-17 (intermediate to advanced) completely covers the requirements for the MCSD (Microsoft Certified Solution Developer) Exams 70-175 and 70-176.
Price:
excl. VAT
  Levels 1-8 on DVD - Single User Lic.    £272.34 
  Levels 9-17 on DVD - Single User Lic.    £274.22 
  COMPLETE Set (17 levels) on DVD - Single User Lic.    £469.22 
 
Description:

Visual Basic 6 CBT

Level 1
Overview
    What is Visual Basic?History & FeaturesAdvantagesVersions & Components
Windows
    Overview of WindowsVersions & Computing Terms
The VB Environment
    Overview of VB EnvironmentSetting up the VB EnvironmentFormsControls & LabelsSetting Project PropertiesCommand ButtonsThe Frame ControlInserting ImagesThe ListBox ControlCombo BoxMenusCreating an Executable
Level 2
Events
    Overview Event ProceduresForm & Control Events
Variables mins)
    VariablesScope of VariablesVariable DeclarationsNaming Variables & Relational OperatorsOperator PrecedenceConstantsThe Variant Data TypeArraysUser-Defined Types
Conditional Logic
    If, Else and Elself StatementsSelect Case Statements
Level 3
Procedures & Functions
    ProceduresCreating & Calling ProcedureSub MainFunctionsParameters/ArgumentsCall by ReferenceBuilt-in FunctionsMethods
Dialog Boxes
    What is a Dialog Box?Message BoxInput Box DialogCommon DialogBuilding a Custom Dialog
ADO Data Control
    Methods of Getting DataUniversal Data AccessADO Data ControlSetting up an ODBC DatasourceUsing the Data ControlData List ControlThe Data Grid
Level 4
Programming the ADO Data Control
    The Recordset Property & Data Control EventsOrder of EventsAdding FeaturesDeleting DataCanceling ChangesData ValidationThe Error EventDisplaying RecordsFinding Records
MDI
    Overview of MDIAdding a Project to MDIPositioning the ProjectListing open Child WindowsRight Mouse Click MenuUnloading an MDI Application
Debugger
    Stepping Through CodeSetting Break PointsAdding Watch VariablesDebug.Print
Error Handling
    Visual Basic ErrorsAdding our own Error HandlingError ObjectListing the ErrorsOnError Resume NextThe Resume StatementThe Call StackGlobal Error Handler
Level 5 (2 Hrs)
Tips & Tricks
    SearchingJumping around VBBookmarksForm Tips & TricksFormatting Your ControlsThe Property WindowCustomizing the Windows EnvironmentUsing Add-insCreating TemplatesToolbox Tricks
Object Oriented Programming
    OOP TerminologyUses of ClassesDifferences between Procedural Coding & OOPAdvantages & DisadvantagesStep by Step creation of an Employee class moduleClass InitializationClass Builder UtilityMethodsUsing Forms as ObjectsCreating a TextStream ClassDefault Methods & Properties
Level 6
System Objects
    What is an Object?Object TypesThe App ObjectThe Screen ObjectThe Clipboard ObjectCreating New Forms at RuntimeUsing Form & Control Objects
Collections
    What is a Collection?Using the Forms CollectionUsing the Controls CollectionUsing the Printer CollectionCreating Your Own CollectionsCreating a Collection Class
Tips & Tricks
    Handling Keystrokes & Testing for Certain Input DataValidating DataFinding Values in Combo BoxesData Format PropertyThird Party Controls
Wizards
    Using the Data Form WizardUsing the Application Wizard
Level 7
Using ADO Objects
    Properties & Methods of the Connection ObjectProperties & Methods of the Recordset ObjectRecordset TypesCreating a Data Entry form Using ADOError HandlingMulti-User Concepts
Visual Database Tools
    Data EnvironmentData View WindowQuery Designer windowSQL EditorDatabase Diagram WindowVisual Data Manager
Optimization
    Speed Optimization TechniqueSize Optimization Techniques
Level 8
The Windows API
    What is the Windows API?Uses of the Windows APIDeclaring Windows API FunctionsCalling Windows API FunctionsSend MessageGetDriveType32Retrieving System Information
Storing User Information
    INI Files & Using API CallsCreating an INI ClassWhat is the RegistryUsing GetSetting & SaveSettingDeleting a Registry Entry
ActiveX Controls (1 Hr)
    ImageList ControlToolbarCoolbarStatus BarImageComboDateTimePickerMonth ViewProgress BarSliderUpDownTab StripSSTab
Level 9
Package & Deployment Wizard
    What is a SetupSteps to DistributionVB Runtime FilesSetup Runtime FilesTypes of SetupsCreating a PackageDeploying the PackageTesting the Setup
Advanced Common Controls
    Flex Grid ControlHierarchical Flex Grid ControlTree View & List View ControlsRich Text Box ControlFlat ScrollbarDriveThe Timer ControlThe Animation & Multimedia Control
Creating Controls at Runtime
    Add MethodCreating Controls at Design TimeCreating Menus at Run Time
HTML Help
    Overview of HelpCreating an HTML Help System
Level 10
Drag & Drop
    Automatic Drag & DropManual Drag & DropPutting it all Together
File & System Objects
    DrivesFoldersFiles
The Dictionary Object
    Overview of Dictionary ObjectSimple Dictionary ObjectUsing the Dictionary Object to hold Objects
Printing
    Printer ObjectData Report DesignerCrystal Reports
Level 11 Component Development (2 Hrs)
Introduction to ActiveX Technology
    COMDCOMCompound DocumentsIn-Place ActivationActive X ContainerActive X Server ComponentsActive Automation
Creating ActiveX Components
    Types of ComponentsBuilding an Active X DLLCompiling the DLLDebugging the DLLFunction: Create ObjectBindingCreating an Active X EXERunning the DLL from ExcelDifferences between an Active X DLL & EXEs
Active X Components
    RegisteringVersioningError Handling
Call-Backs & Events
    What is a Call BackThe Server SideThe Client SideDisconnectingRaising Events
Threads & Instancing
    ThreadsInstancingExampleThread Pool
Visual Component Manager
    Visual Component Manager WizardSearching for Components in the RepositoryAdding a Component to a ProjectMaking the Repository SQL Server Based
Level 12 ActiveX Controls
Creating ActiveX Controls
    What are ActiveX Controls?Steps in ActiveX Control CreationCreating an ActiveX ControlPropertiesLifetime EventsThe ActiveX Control WizardEventsMethodsUsing the Control
Advanced ActiveX Control Topics
    Creating an About BoxAdding a Property PageAdditional Topics
Data Aware Controls
    ActiveX Control ExamplesCreating Data Aware ControlsBinding Active X Controls to Data ControlsBinding an Address Control to an ADO Data ControlPutting an Active X Control into the Data Repeater
Active X Documents
    OverviewActive X Migration WizardCreating an Active X Document from ScratchPassing Data from one Document to Another
Level 13 Client/Server Techniques
What is Client/Server
    ConceptsNetwork File ServerSplitting the ApplicationWhere do you put the LogicDead Vs Live DataMulti-User ConsiderationsCursorsLock TypesCursor Limitations
ODBC & OLE DB Overview
    What is ODBC?ODBC ComponentsODBC ArchitectureOLE DB
ADO
    Asynchronous ConnectionsAsynchronous Recordset OperationsAsynchronous SamplesSubmitting an SQL Statement AsynchronouslyTransaction ProcessingLong Text FieldsMultiple Result SetsGet Rows & Get String MethodsRecordset PersistenceCursor & Lock TypesExamining Database Structure
Command Objects
    Command ObjectsCommand Object ExampleInsert & Update StatementsPrepared vs. Non-prepared StatementsExecuting Stored Procedures with Parameters
Client Server Applications
    Creating a Client Server ApplicationBenefits of List ApproachThe Sub Main RoutineLogging onData Entry Form TechniquesSaving & UpdatingThe Delete StatementEditingOther Data Entry Form Techniques
Level 14 Automation Programming
Introduction to Automation Programming
    What is AutomationHow to use AutomationProgramming the Server
Automating Microsoft Excel
    Help on ExcelExcel Object HierarchyDeclaring ExcelLooking at the CodePrinting & Loading Data from an Access DatabaseBuilding a GraphShutting down your VB ApplicationHidden Instances of Excel
Automating Microsoft Word
    Building your own Mail Merge Capabilities using BookmarkUsing the Word Mail Merge FacilityRunning it from Visual BasicUsing the Documents Collection to Find a DocumentUsing the Word Spell Checking Feature in our VB ApplicationUsing Word as a Report SystemClosing our Document in Word
Automating Microsoft PowerPoint
    Creating a PresentationCreating a Presentation from a Table
Automating Microsoft Outlook
    Help on OutlookOutlook Object HierarchyDisplaying foldersDisplaying the Explorer WindowBringing up the Create Appointment WindowCreating the Appointment ProgrammaticallySending an E-mail
Automating Microsoft Access
    Reports
Automating Microsoft SQL DMO
    SQL Server DMOObject HierarchyDatabasesTables
Automating the Visual Basic Design Environment
    Add-ins ToolbarAdd-ins ManagerExtracting Data out of the EnvironmentAdding a Sub MenuReplacing the Tools Procedures Attributes Menus
Level 15 - Multi-Tier Architecture A
Introduction To Multi-Tier Architecture
    What is Multi-TierClient/Server Multi TierWhy Use Multi TierExamples of MT Services
Creating Reusable Classes
    Overview of Reusable ClassesRegistry ClassINI ClassDatabase Connection ClassPreferences Class
Building Data Access Classes
    Overview of Data Access ClassesLooking at the Data Access ClassPopulating the Class with DataMove next & FindInserting the Business rules into the ClassUpdate MethodDelete MethodClose Record Set & Copy Object
Building a Security System
    LoginSecurity DLLDesigning the Security Form
Multi-Tier Application Template
    Overview of Multi Tier Application TemplateSub MainConfig from INI & App config getPreferences ClassData Entry FormsData Entry FormsEditingWriting Keystroke HandlersPrompting the User to Save or undo when Closing the App.Solving List Problems
Level 16 - Multi-Tier Architecture B
Data Aware Classes
    OverviewData Source ClassData Consumer ClassData Object Wizard
Distributed Computing
    OverviewCOM Issues
Microsoft Transaction Server
    What is MTS?Why Use MTS?Hardware & Software Requirements to Install MTSInstallation & Setup Procedures for MTS?Developing an Application to run Under MTS?MTS Component FrameworkMTS DLL Graphic ExplorerStepping through the Client Side
Level 17 Internet Topics
Internet Controls
    Web Browser ControlInternet Transfer Control
DHTML Applications
    What is DHTML?Development EnvironmentDeploying your ApplicationCreating a DHTML ApplicationEventsDesign ConsiderationsAdvantages & Disadvantages of DHTML
Building Internet Information Server Applications
    OverviewCreating IIS Applications in VB 6Active Server Pages Object ModelCreating an IIS Application from ScratchAdding HTML Templates to the ApplicationReplaceable TokensBuilding a Data Environment with a Command Object
Similar    
Products:
Visual Basic.NET Training (7 levels)
ASP.NET/Visual Basic.NET Bundle CBT Courses
Visual Basic 2005 Essentials (7 Levels) CBT Training
ASP.Net 2.0 for Visual Basic 2005 Essentials (10 Levels)

2Gb USB 2.0 Flash Drive on Special Offer.

Paypal, Verified By Visa, Mastercard SecureCode, Cheques or Invoice

RCS Newsletter
*Verify: 909544

Quick Links
 ***Special offers ***
 Bookmark this Site
 CBT Courses
 Demo's/Intro's (new)
 eBooks
 LMS (Enterprise)
 Recent Additions
 Top 20 List
 MCSE 2003 Courses
 Terms & Conditions
Our Customers

excellent:
"The CBT product is easy to use and an excellent combination of reading material, video on CD and interactive labs. "
thank you :
"Thank you! i have received the complete order today.
thank you for your swift service and i hope to be in touch soon with regards further training.
Once again thank you very much"
glad:
"I am glad to report that the CBT packages arrived successfully.
I really appreciate all the help and assistance you gave me since my initial enquiry with yourselves"

More testimonials
IT Training
Settings/Tips/Tricks
Computer Articles

Biodiesel Energy
PPE Safety Equipment
Learn English Language

Copyright 2002-2008 RCS Limited. All rights reserved. More ...