Procedure View is not available in a Visual Basic 2005 or Visual Basic .NET project (311335)



The information in this article applies to:

  • Microsoft Visual Basic 2005
  • Microsoft Visual Basic .NET (2003)
  • Microsoft Visual Basic .NET (2002)

This article was previously published under Q311335

SYMPTOMS

The Code Editor in Microsoft Visual Basic 6.0 includes the Procedure View option and the Full Module View option. However, the Code Editor in Microsoft Visual Basic 2005 Express Edition and in Microsoft Visual Basic .NET does not include the Procedure View option.

STATUS

This behavior is by design.

MORE INFORMATION

In the Visual Basic 6.0 IDE, you can use Full Module View to view procedures in the code window as a single, scrollable list, or you can use Procedure View to view one procedure at a time.

To set the Procedure View option in a Visual Basic 6.0 project, open a code window in Visual Basic, and then click the Procedure View icon in the lower left corner of the code window.

To set the Full Module View option, make sure that the Default to Full Module View check box is selected. You can also follow these steps to set the Full Module View option:
  1. On the Tools menu, click Options.
  2. On the Editor tab, under Windows Settings, select the Default to Full Module View check box.
In the Code Editor in Microsoft Visual Studio 2005 and in Microsoft Visual Studio .NET, the Outlining and Hiding (Collapse) Code feature is most similar to the Procedure View option in Visual Basic 6.0.

Modification Type:MinorLast Reviewed:10/3/2006
Keywords:kbvs2005swept kbvs2005applies kbprb KB311335 kbAudDeveloper