Customizing the display in Visual Studio

  • Thread starter Thread starter Amit
  • Start date Start date
A

Amit

Hello,
I have VS.NET 2003 and using VB as the main language for our projects. When
a VB file is opened in VS I see two drop-downs on top - one that lists the
controls and other that lists the methods related to that control. How do I
change this so that the drop-down on the right displays all the methods and
properties defined in the current file? I guess I want it to look like how a
C# would look.
Thanks!
Amit
 
Amit said:
I have VS.NET 2003 and using VB as the main language for our projects.
When
a VB file is opened in VS I see two drop-downs on top - one that lists the
controls and other that lists the methods related to that control. How do
I
change this so that the drop-down on the right displays all the methods
and
properties defined in the current file?

Manipulating these comboboxes is not supported.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top