01-09-2008, 8:48 PM
|
Xarzu
Joined on 01-10-2008
Posts 3
|
|
|
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 some
old code to model my new app.
The strange thing is this. I know that the old code must have
some controls inside its forms because I can see controls
referenced inside the code view of the forms.
But when I look at the form view it comes up blank
<img src="http://i67.photobucket.com/albums/h292/Athono/blank.png" border="0" />
The only difference between the two programs is their arangement
in the Solution Explorer. Here is how they are aranged in the
old program
<img src="http://i67.photobucket.com/albums/h292/Athono/old-1.png" border="0" />
Notice how the .resx file is arranged in the tree structure.
This is how the files are arranged in the new program.
<img src="http://i67.photobucket.com/albums/h292/Athono/new2.png" border="0" />
In the old sample code, I notice that there are Buttons, TextBoxes, and
GroupBoxes declared in the MainForm.Designer.cs file. So, why
can I not see this in the Form View?
|
|
|
|
|
Report
|
|
|
|