I am new to C# and I am playing with my first bits of code.
I am building an application from scratch and looking at someold code to model my new app.
The strange thing is this. I know that the old code must havesome controls inside its forms because I can see controlsreferenced inside the code view of the forms.
But when I look at the form view it comes up blank
[IMG]http://i67.photobucket.com/albums/h292/Athono/blank.png[/IMG]
The only difference between the two programs is their arangementin the Solution Explorer. Here is how they are aranged in theold programNotice how the .resx file is arranged in the tree structure.This is how the files are arranged in the new program.
In the old sample code, I notice that there are Buttons, TextBoxes, andGroupBoxes declared in the MainForm.Designer.cs file. So, whycan I not see this in the Form View?