Using the IDE

What is the IDE?

Visual Basic Version: All

Issue: What is the IDE?

The IDE is the Visual Basic Integrated Development Environment. It is where you design your forms and write your code. When you launch Visual Basic, you are launching the IDE.


IDE Tips

Visual Basic Version: VB 5.0, VB 6.0

Issue: Give me some basic IDE tips!

Here are some general IDE tips:


How do I close all windows for a project?

Visual Basic Version: VB 5.0, VB 6.0

Issue: Now that I can work with multiple projects in the IDE, the IDE can get messy. How can I close all of the open designer and code windows for a project?

Simply click on the project in the Project window to contract it and all of the associated project designer and code windows will be closed.


How do I prevent Add-Ins from loading?

Visual Basic Version: VB 4.0 (16-bit and 32-bit), VB 5.0

Issue: When Visual Basic starts up, it launches any active Add-Ins. If there is an error in one of the Add-Ins, VB could GPF.

Here are the instructions for turning off Add-Ins before launching Visual Basic.

1.Use a text editor such as Notepad.exe or WordPad.exe.

2.Edit the VBAddin.INI file in your Windows directory and set all of the entries to zero (0). For example:

- Original: AppWizard.Wizard=1
- Modified: AppWizard.Wizard=0

3.Save VBAddin.INI.

4.Start Visual Basic.

If you want to turn off Add-Ins when you are already in Visual Basic, use the Add-In Manager from the Add-Ins menu.

 

All contents © 2004 InStep Technologies, Inc. All rights reserved.