Form Designer generated code

  • Thread starter Thread starter pmclinn
  • Start date Start date
P

pmclinn

In version 2003 of visual studio you could see the vs form code. In
vs2005 I do not see it. How do I fix this issue?
 
pmclinn said:
So the answer is you cannot see it according to this thread?


I did not read the other thread, but you can show the Form designer
generated code, show all files in the solution explorer by click the icon at
the top of it. You see a + sign left to the Form. Open the node and you'll
see a Form.Designer.vb. Classes can now be split into multiple source files.
This is used for putting the designer generated code into a different file.

Look for head line "Code Separation using Partial Types":
http://msdn2.microsoft.com/en-us/library/y17w47af(VS.80).aspx


Armin
 
Back
Top