Windows Form Designer Generated code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob

    #1

    Windows Form Designer Generated code

    In VS 2003 this used to be visible within each form.... where did they put
    this code in VS2005 ?


  • rowe_newsgroups

    #2
    Re: Windows Form Designer Generated code

    On May 25, 7:29 am, "Rob" <r...@yahoo.com wrote:
    In VS 2003 this used to be visible within each form.... where did they put
    this code in VS2005 ?
    It's in the MyForm.Designer .Vb file.

    The easiest way to find it is to open the solution explorer tab, and
    press the button at the top of tab that shows all files. Then press
    the [+] button next to the desired form to expand the file choices.
    Double click the .Designer.Vb file and you should be set.

    Thanks,

    Seth Rowe

    Comment

    • Ray Cassick

      #3
      Re: Windows Form Designer Generated code

      The new 2005 designer takes advantage of the new partial classes featuires
      of the 2.0 framework so the generated code is kept in a separate file as
      rowe says.

      "Rob" <robc1@yahoo.co mwrote in message
      news:stqdneJM19 F5VcvbnZ2dnUVZ_ r6vnZ2d@comcast .com...
      In VS 2003 this used to be visible within each form.... where did they put
      this code in VS2005 ?
      >

      Comment

      Working...