Would like to see the Generated code in visual studio 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
I don't see the "Show all Files"
I am using VB of Visual studio 2005




rowe_newsgroups said:
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
 
I don't see the "Show all Files"
I am using VB of Visual studio 2005

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.

Seth Rowe

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

Thanks,

Seth Rowe
 
Back
Top