Home All Groups Group Topic Archive Search About

Would like to see the Generated code in visual studio 2005

Author
2 May 2007 3:05 PM
Nach
Would like to see the  Generated code in visual studio 2005  as I did in 2003
Example #Region #End Region 
Under Public Class form1
I would like to see
Inherits system.windows.forms.form
Which I don't see currently

Author
2 May 2007 3:40 PM
rowe_newsgroups
On May 2, 11:05 am, Nach <N***@discussions.microsoft.com> wrote:
> Would like to see the  Generated code in visual studio 2005  as I did in 2003
> Example #Region #End Region
> Under Public Class form1
> I would like to see
> Inherits system.windows.forms.form
> Which I don't see currently

Open the Solution Explorer and click the "Show All Files" button. Then
expand the [+] button beside the form you want to see and open the
Form.Designer.Vb file.

Thanks,

Seth Rowe
Author
2 May 2007 4:04 PM
Nach
I don't see the "Show all Files"
I am using VB of Visual studio 2005




Show quoteHide quote
"rowe_newsgroups" wrote:

> On May 2, 11:05 am, Nach <N***@discussions.microsoft.com> wrote:
> > Would like to see the  Generated code in visual studio 2005  as I did in 2003
> > Example #Region #End Region
> > Under Public Class form1
> > I would like to see
> > Inherits system.windows.forms.form
> > Which I don't see currently
>
> Open the Solution Explorer and click the "Show All Files" button. Then
> expand the [+] button beside the form you want to see and open the
> Form.Designer.Vb file.
>
> Thanks,
>
> Seth Rowe
>
>
Author
2 May 2007 4:10 PM
rowe_newsgroups
On May 2, 12:04 pm, Nach <N***@discussions.microsoft.com> wrote:
Show quoteHide quote
> I don't see the "Show all Files"
> I am using VB of Visual studio 2005
>
> "rowe_newsgroups" wrote:
> > On May 2, 11:05 am, Nach <N***@discussions.microsoft.com> wrote:
> > > Would like to see the  Generated code in visual studio 2005  as I did in 2003
> > > Example #Region #End Region
> > > Under Public Class form1
> > > I would like to see
> > > Inherits system.windows.forms.form
> > > Which I don't see currently
>
> > Open the Solution Explorer and click the "Show All Files" button. Then
> > expand the [+] button beside the form you want to see and open the
> > Form.Designer.Vb file.
>
> > Thanks,
>
> > Seth Rowe

It should be the second button in from the left on the solution
explorer tab.

Thanks,

Seth Rowe