Can't see "Windows Form Designer Generated Code" in VS2005

V

v.maggs

Folks,
I am developing a Visual Basic Windows application using Visual
Studio 2005. For some reason I do not see any of the code that is
normally generated by VB. Is there some setting/option I need to check
somewhere in the IDE?

Thanks,
Vint
 
L

Larry Lard

Folks,
I am developing a Visual Basic Windows application using Visual
Studio 2005. For some reason I do not see any of the code that is
normally generated by VB. Is there some setting/option I need to check
somewhere in the IDE?

With the new availability of partial classes in VB2005, VS2005 now hides
its autogenerated code in partial designer classes that are by default
not shown.

In the Solution Explorer, the second (by default) icon in the icon bar
at the top should have a tooltip of 'Show All Files'. Click this, and
each item with a hidden designer file (eg a form) will have an expando +
next to it; click this to see the designer file(s).
 
E

evint

Sweet! Thanks Larry

Larry said:
With the new availability of partial classes in VB2005, VS2005 now hides
its autogenerated code in partial designer classes that are by default
not shown.

In the Solution Explorer, the second (by default) icon in the icon bar
at the top should have a tooltip of 'Show All Files'. Click this, and
each item with a hidden designer file (eg a form) will have an expando +
next to it; click this to see the designer file(s).


--
Larry Lard
(e-mail address removed)
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version
 

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

Top