"Windows Form Designer generated code" section is hidden when viewing code

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

    "Windows Form Designer generated code" section is hidden when viewing code

    I am having trouble when viewing the code behind a form, any events i do are
    shown, however the
    Windows Form Designer generated code Section is not shown,

    Does anyone know how to turn this on and off.


  • Chris Dunaway

    #2
    Re: "Window s Form Designer generated code" section is hidden when viewing code

    At the top of the Solution Explorer, click the Show All Files button.
    Then, underneath your form, you should see the file that contains the
    designer generated code.

    Comment

    Working...