The Wayback Machine - https://web.archive.org/web/20111028050942/http://www.codeguru.com/vb/gen/vb_general/idelanguage/

    IDE & Language

    Getting Past the 2 Gb File Limit

    Take a closer look at the 2 Gb limit that we are plagued with in different languages, and how to get around them.

    .NET Framework 3.0 Released

    The current version of the .NET Framework is 3.0.

    Using DDE on Your VB Application

    Use DDE linking to pass text data between two applications or to a previous instance of the same application.

    Refactoring VB in Visual Studio 2005

    Refactoring can improve the internal structure of your VB code without changing its external behavior. Use it to remove the subjectivity of what is good code and what is less-good code.

    [Updated] Beating the VB IDE into Submission

    Visual Basic was created as a rapid application development (RAD) tool, yet the default IDE settings of Visual Basic do not lend themselves toward effective coding and often result in unnecessary time wastage.

    Defining Operators in VB .NET 2005

    Read about an introduction to new functionality in VB .NET 2005 to define operators.

    Custom Events in VB .NET 2005

    An introduction to the new Custom Event feature in VB .NET 2005.

    Discovering Visual Basic .NET: Repeating Code

    For those new to Visual Basic, here is your chance to learn about the topic of looping and how to get your program to execute several lines of code again and again.

    Discovering Visual Basic .NET: Making Decisions

    Continue your learning of Visual Basic .NET by discovering the syntax for adding logical decisions into your programs.

    Discovering Visual Basic .NET: Using Functions and Arguments

    A lot of functionality it already done for you. Learn how to use built-in functionality in Visual Basic .NET. with this installment of our Visual Basic .NET tutorials.

    Program Language Syntax Highlighting in VB5 and VB6

    Learn to highlight (a.k.a. colorize) multiple languages depending on a syntax file specified by the programmer by parsing RTF instead of setting colors using .SelStart, etc (Added: 30-Mar-1999)

    Transparent Bitmap Background for VB (or Office) Addin Buttons and Menu Items

    Learn how to make an Add-In or Office button have a transparent Bitmap Background. (Added: 19-Aug-1999)

    Capturing CommandBar Events in VB Add-Ins

    Learn how to capture all the events from your command bars in a Visual Basic Add-In using only one declared event handler. (Added: 19-Aug-1999)