VISUAL BASIC
Tools For Visual Basic
http://download.microsoft.com/download/7/b/2/7b284f3f-dcbc-4b21-ac48-66cb751d3969/Microsoft_Dynamics_SL_ToolsforVisualBasic.pdf
Visual Basic Guide
http://dl.extensis.com/downloads/PF/EN/P/Portfolio8_VisualBasic_Guide.pdf
Tutorial: Programming in Visual Basic 6.0
http://www.hsc.csu.edu.au/sdd/core/package/solution_package/tutorials/visualbasic_tutorial.pdf
Visual Basic .NET Tutorial
http://www.cs.iusb.edu/internship/papers/pmichelbrink/VisualStack.pdf
XML Support In Visual Basic 9
http://research.microsoft.com/~emeijer/Papers/PlanXDemo.pdf
Chapter 25
Compatibility With Visual BASIC
http://www.pitonyak.org/OOoBasicVBCompare.pdf
THE BOOK OF™ VISUAL BASIC 2005
.NET Insight for Classic VB Developers
http://nostarch.com/download/vb2005_ch11.pdf
Visual Basic - Arrays
http://www.hep.ucl.ac.uk/undergrad/1b40/vba/1B40_VBA_arrays.pdf
Integrating Visual Basic 6.0 and Surround SCM
http://downloads.seapine.com/pub/resources/scm/VisualBasic_SCMIntegration.pdf
Programming Acrobat JavaScript Using Visual Basic
http://www.adobe.com/devnet/acrobat/pdfs/VBJavaScript.pdf
VB.NET Quick Reference
http://www.digilife.be/quickreferences/QRC/VB.NET%20Quick%20Reference.pdf
Advancing Your Office 2007 Power: Using Visual Basic
http://www.informit.com/content/downloads/que/office/Office2007withVisualBasic.pdf
Where can I find tutorial Moving from Visual Basic 6 to Visual Basic .NET ?
You can find the tutorial Moving from Visual Basic 6 to Visual Basic .NET from this web site:
http://www.aggelos.com/demos/VB_Migration.pdf
From the above website you can find:
VB.NET Migration
Moving from Visual Basic 6 to Visual Basic .NET
The .NET Framework is a development platform, Windows support for the .NET Framework, Distributed applications with .NET, ASP.NET: a platform on a platform, Windows Server 2003 With IIS6, What is managed code?, Assemblies, Just-in-time (JIT) Compilation, Framework Class Libraries (FCL), Reasons to migrate to the .NET Framework, Challenges in migrating to .NET using VB.NET, Using Visual Studio .NET, “Hello World” with VB.NET, Projects and references, Namespaces, Projects and namespaces, Assemblies used by a typical application, The Microsoft.VisualBasic assembly, Creating forms-based applications, WinForms Primer, VB.NET langua
Where can I find Cheat Sheet : VB Language Basics for Visual Basic 2005 Express Edition ?
You can find Cheat Sheet : VB Language Basics for Visual Basic 2005 Express Edition from the link below:
http://www.learnvisualstudio.net/content/cheats/VB_Language_Basics.pdf
From the above link you can find:
Visual Basic 2005 Express Edition
Cheat Sheet : VB Language Basics
Working With Numbers, Making Decisions, Working With Strings, Working With Dates and Times, Making Comparisons, Working With Objects, Loops, Working With Text, Working With XML, Working With a Database, Classes.
WHERE CAN I FIND TUTORIAL PROGRAMMING IN VISUAL BASIC 6.0 ?
You can find TUTORIAL PROGRAMMING IN VISUAL BASIC 6.0 from this web page:
http://www.hsc.csu.edu.au/sdd/core/package/solution_package/tutorials/visualbasic_tutorial.pdf
From the above web page you can find:
Tutorial: Programming in Visual Basic 6.0
Activity 1: Welcome screen and menu editor, Activity 2: Event handlers and scroll bars, Naming conventions, Data types, variables and functions, Activity 3: Messages and input boxes, Activity 4: Create a calculator and avoid division by zero, Sequence, Binary Selection, Activity 5: Measurement converter, Multiway selection, Activity 6: Multiway selection, Activity 7: Control arrays, Iterations, Activity 8: Pre-test loops, Activity 9: Post-test loops, Activity 10: Random number generator, Activity 11: Using a counter in a pre-test loop, Activity 12: Nested FOR loops and arrays.
WHERE CAN I FIND ARTICLE ABOUT INTEGRATING VISUAL BASIC 6.0 and SURROUND SCM ?
You can find article about INTEGRATING VISUAL BASIC 6.0 and SURROUND SCM from the webpage below:
http://downloads.seapine.com/pub/resources/scm/VisualBasic_SCMIntegration.pdf
From the above web page you can find:
Integrating Visual Basic 6.0 and Surround SCM
Installing the Visual Basic plug-in, Adding projects to Surround SCM, Adding files to Surround SCM, Getting the latest file version, Checking out files, Undoing check out, Checking in files, Refreshing file status, Viewing file differences, Viewing file history, Viewing file properties, Setting source code control options, Troubleshooting Visual Basic and Surround SCM integration, Surround SCM is not displayed as an active SCM provider, Surround SCM files are not displayed correctly in Visual Basic, Files cannot be added to Surround SCM from Visual Basic, An error message is returned when you perform a Surround SCM action.
Where can I find the document contains the keyboard shortcuts that are set by default when I use the Visual Basic Development Settings ?
You can find the document contains the keyboard shortcuts that are set by default when you use the Visual Basic Development Settings from the link below:
http://download.microsoft.com/download/d/6/5/d65efda0-cf25-4720-8013-b3080586c5bb/VB_2005_color.pdf
From the link below you can find:
Microsoft® Visual Basic® Default Keybindings
Editing
Toggle All Outlining, Toggle Outlining for Current Region, Comment and Uncomment, Undo, Redo, Cut Line, Insert Blank Line, Select Word, Delete Word, Change Casing, Replace, Extend Selection, Format Code, Display Smart Tag, Help.
Build
Build Solution
Windows
Navigation Bar, Object Browser, Properties Window, Solution Explorer, View Server Explorer, Show Data Sources, Toolbox, Error List, Close Tool Window, Close Document Window.
Debugging
Start Debugging, Start Without Debugging, Step Into, Step Out, Step Over, Stop Debugging, Toggle Breakpoint, Set Next Statement, Break at a Function, Attach to Process, Make Data Tip Transparent, Immediate Window, Call Stack Window, QuickWatch Window.
Refactoring
Refactor!
Navigation
Go to Defi nition, Navigate Backward, Navigate Forward, Previous Method or Type, Next Method or Type, Previous and Next Word, IDE Navigator, View All Open Documents, View Code, View Designer, HTML Designer, View Document Outline, Add or Remove Bookmark, Navigate Bookmarks, Delete All Bookmarks.
Search
Find Symbol, Find All References, Find Text, Next and Previous Search Result, Next and Previous Selected, Incremental Search, Stop Search.
WHERE CAN I FIND ARTICLE ABOUT C# FOR VISUAL BASIC 6 DEVELOPERS ?
You can find article about C# FOR VISUAL BASIC 6 DEVELOPERS from this link:
http://media.wiley.com/assets/264/20/0764557599_bonus_AppB.pdf
From the above link you can find:
C# for Visual Basic 6 Developers
Differences Between C# and Visual Basic, Classes, Compilation, The .NET Base Classes, Conventions, Example: The Square Root Form, SquareRoot Visual Basic Version, SquareRoot C# Version, Basic Syntax, C# requires all variables to be declared, Comments, Statement separation and grouping, Capitalization, Methods, Variables, Declarations, Assigning values to variables, Classes, If Statements, Calculating square roots: Another class method, Extra Code in C#, What Happens When You Run a Program, The C# Code for the Rest of the Program, Namespaces, The using directive, The class definition: Inheritance, Program Entry Point, Instantiating Classes, C# classes, Entering the message loop, The SquareRootForm Class, Summing up.
Example: Employees and Managers, The Visual Basic Employee Class Module, The C# Employee class, The Employee constructor, Properties of Employee, Methods of Employee, Static Members, Inheritance, Inheriting from the Employee Class, The Manager Class, Method Overrides, The Manager Constructors, Method Overloading, Using the Employee and Manager Classes, References to Derived Classes.
Arrays of Objects, The for Loop.
Other C# Features, Data Types, Value and reference types, Operators, The ternary operator.
Where can I find Visual Basic 6 Reference Sheet ?
You can find Visual Basic 6 Reference Sheet from the site below:
http://www.dreamincode.net/downloads/ref_sheets/vb_reference_sheet.pdf
From the above link you can find:
VB6 Reference Sheet
Variable Declaration, Data Types, Type Declaration, Suffixes, COmments, Arithmetic Operators, Logical Operators, Comparision Operators, Bitwise Operators, If/Else, Inline IF, Case Statement, For Loop, Do-While Loop, Do-Loop-While, Do-Until Loop, Do-Loop-Until, While-Wend Loop, For-Each Loop, Arrays, Chane Array Length, Procedures, Functions, Argument List, Calling Procedures/Functions, File Handling, For reading fields from a file into variables, For reading the entire line in the file into a single string, For Writing Data, To Close the Data File, Simple Error Handling.
WHERE CAN I LEARN VISUAL BASIC 6.0
You can download the tutorial about VISUAL BASIC 6.0 from this link:
http://w3.balikesir.edu.tr/~kahveci/kitap/VisualBasic6.pdf
From the above link you can learn about:
Introduction to the Visual Basic Language and Environment
Preview, Course Objectives, What is Visual Basic?, Visual Basic 6.0 versus Other Versions of Visual Basic, 16 Bits versus 32 Bits, Structure of a Visual Basic Application, Steps in Developing Application, Drawing the User Interface and Setting Properties, Example 1-1: Stopwatch Application - Drawing Controls, Setting Properties of Objects at Design Time, Setting Properties at Run Time, How Names Are Used in Object Events , Example 1-2: Stopwatch Application - Setting Properties, Variables, Visual Basic Data Types, Variable Declaration , Example 1-3: Stopwatch Application - Attaching Code, Quick Primer on Saving Visual Basic Applications, Exercise 1: Calendar/Time Display.
The Visual Basic Language
Review and Preview, A Brief History of Basic, Visual Basic Statements and Expressions , Visual Basic Operators, Visual Basic Functions, A Closer Look at the Rnd Function, Example 2-1: Savings Account, Visual Basic Symbolic Constants , Defining Your Own Constants, Visual Basic Branching - If Statements, Key Trapping, Example 2-2: Savings Account - Key Trapping, Select Case - Another Way to Branch, The GoTo Statement, Visual Basic Looping, Visual Basic Counting, Example 2-3: Savings Account - Decisions , Exercise 2-1: Computing a Mean and Standard Deviation, Exercise 2-2: Flash Card Addition Problems.
Exploring the Visual Basic Toolbox
Review and Preview, The Message Box , Object Methods, The Form Object, Command Buttons, Label Boxes, Text Boxes, Example 3-1: Password Validation, Check Boxes, Option Buttons, Arrays, Control Arrays , Frames, Example 3-2: Pizza Order, List Boxes , Combo Boxes, Example 3-3: Flight Planner, Exercise 3: Customer Database Input Screen.
More Exploration of the Visual Basic Toolbox
Review and Preview, Display Layers, Line Tool, Shape Tool, Horizontal and Vertical Scroll Bars, Example 4-1: Temperature Conversion, Picture Boxes, Image Boxes, Quick Example: Picture and Image Boxes, Drive List Box , Directory List Box, File List Box, Synchronizing the Drive, Directory, and File List Boxes, Example 4-2: Image Viewer, Common Dialog Boxes, Open Common Dialog Box, Quick Example: The Open Dialog Box, Save As Common Dialog Box, Quick Example: The Save As Dialog Box, Exercise 4: Student Database Input Screen.
Creating a Stand-Alone Visual Basic Application
Review and Preview , Designing an Application, Using General Sub Procedures in Applications, Creating a Code Module, Using General Function Procedures in Applications, Quick Example: Temperature Conversion, Quick Example: Image Viewer (Optional), Adding Menus to an Application, Example 5-1: Note Editor, Using Pop-Up Menus, Assigning Icons to Forms , Designing Your Own Icon with IconEdit, Creating Visual Basic Executable Files , Example 5-2: Note Editor - Building an Executable and Attaching an Icon, Using the Visual Basic Package & Deployment Wizard, Example 5-3: Note Editor - Creating a Distribution Disk, Exercise 5: US Capitals Quiz.
Error-Handling, Debugging and File Input/Output
Review and Preview, Error Types, Run-Time Error Trapping and Handling, General Error Handling Procedure, Example 6-1: Simple Error Trapping, Debugging Visual Basic Programs, Example 6-2: Debugging Example, Using the Debugging Tools, Debugging Strategies , Sequential Files, Sequential File Output (Variables), Quick Example: Writing Variables to Sequential Files, Sequential File Input (Variables), Quick Example: Reading Variables from Sequential Files, Writing and Reading Text Using Sequential Files, Random Access Files, User-Defined Variables, Writing and Reading Random Access Files , Using the Open and Save Common Dialog Boxes, Example 6-3: Note Editor - Reading and Saving Text Files, Exercise 6-1: Information Tracking, Exercise 6-2: ‘Recent Files’ Menu Option.
Graphics Techniques with Visual Basic
Review and Preview, Graphics Methods, Using Colors , Mouse Events, Example 7-1: Blackboard, Drag and Drop Events, Example 7-2: Letter Disposal, Timer Tool and Delays , Animation Techniques, Quick Example: Simple Animation, Quick Example: Animation with the Timer Tool, Random Numbers (Revisited) and Games, Randomly Sorting N Integers, Example 7-3: One-Buttoned Bandit, User-Defined Coordinates, Simple Function Plotting (Line Charts), Simple Bar Charts, Example 7-4: Line Chart and Bar Chart Application, Exercise 7-1: Blackjack, Exercise 7-2: Information Tracking Plotting.
Database Access and Management
Review and Preview, Database Structure and Terminology, ADO Data Control, Data Links , Assigning Tables, Bound Data Tools, Example 8-1: Accessing the Books Database, Creating a Virtual Table, Quick Example: Forming a Virtual Table , Finding Specific Records, Example 8-2: ‘Rolodex’ Searching of the Books Database, Data Manager, Example 8-3: Phone Directory - Creating the Database, Database Management, Example 8-4: Phone Directory - Managing the Database, Custom Data Aware Controls, Creating a Data Report, Example 8-5: Phone Directory - Building a Data Report, Exercise 8: Home Inventory Database.
Dynamic Link Libraries and the Windows API
Review and Preview, Dynamic Link Libraries (DLL), Accessing the Windows API With DLL, Timing with DLL Calls, Quick Example 1: Using GetTickCount to Build a Stopwatch, Quick Example 2: Using GetTickCount to Implement a Delay , Drawing Ellipses, Quick Example 3: Drawing Ellipses , Drawing Lines, Quick Example 4: Drawing Lines , Drawing Polygons, Quick Example 5: Drawing Polygons, Sounds with DLL Calls - Other Beeps, Quick Example 6: Adding Beeps to Message Box Displays, More Elaborate Sounds, Quick Example 7: Playing WAV Files, Playing Sounds Quickly , Quick Example 8: Playing Sounds Quickly, Fun With Graphics, Quick Example 9: Bouncing Ball With Sound!, Flicker Free Animation, Quick Example 10: Flicker Free Animation, Quick Example 11: Horizontally Scrolling Background, A Bit of Multimedia, Quick Example 12: Multimedia Sound and Video , Exercise 9: The Original Video Game - Pong!
Other Visual Basic Topics
Review and Preview , Custom Controls, Masked Edit Control, Chart Control , Multimedia Control, Rich Textbox Control , Slider Control, Tabbed Dialog Control, UpDown Control , Toolbar Control, Using the Windows Clipboard, Printing with Visual Basic, Multiple Form Visual Basic Applications, Visual Basic Multiple Document Interface (MDI), Creating a Help File , Class Summary, Exercise 10: The Ultimate Application.
Visual Basic Symbolic Constants, Common Dialog Box Constants.
