Learn the Visual Basic Language (How Do I in Visual Basic Express)

This page links to help on widely used Visual Basic programming tasks. To view other categories of popular tasks covered in Help, see How Do I in Visual Basic Express.

Note

If you are using Visual Basic Express Edition, some of the Help links on this page may be unavailable, depending on the options that you chose during installation. For more information, see Troubleshooting Visual Basic Express.

In Visual Basic Express

Visual Basic Express includes tools for learning programming and makes it easy.

Samples

MSDN Express Library for Visual Basic Express

These are some of the more in-depth topics the Library offers to help you explore the Visual Basic language. You need to have the MSDN Express Library installed or have access to MSDN Online library.

  • Program Structure and Code Conventions
    Contains documentation on the basic structure and code conventions of Visual Basic, such as naming conventions, comments in code, and limitations of Visual Basic.
  • Declared Elements in Visual Basic
    Covers variables, constants, enumerations, structures, properties, methods, procedures, procedure arguments, function returns, events, delegates, interfaces, and classes.
  • Procedures in Visual Basic
    Describes Sub, Function, Property, and Operator procedures, as well as advanced topics such as recursive and overloaded procedures.
  • Development with My
    Discusses a new feature called My, which provides access to information and default object instances that are related to an application and its run-time environment.

Basics

  • Inheritance Basics
    Covers inheritance modifiers, overriding methods and properties, MyClass, and MyBase.

Other Resources

These Web sites are excellent resources for finding more information, seeing what other Express users are doing, and stay in touch as Visual Basic Express grows.

  • Coding4Fun
    Includes lots of articles and coding tips geared to the Express user.
  • Visual Basic 6.0 Resource Center
    Here's extra help for Visual Basic 6.0 developers looking to upgrade or make Visual Basic 6.0 and Visual Basic 2005 play together.

See Also

Concepts

How Do I in Visual Basic Express