Visual C#.NET IDE-Component window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I use the Form.cs[Design] tab all that is visible is the window that
holds the components that are dragged to the form. I am unable to get a view
of my form. Do you have any suggestions?
 
It happened suddenly. I didn't change any settings purposely.

Pete Davis said:
Has it always been this way or did this just suddenly start?

Pete

Terry A. said:
When I use the Form.cs[Design] tab all that is visible is the window that
holds the components that are dragged to the form. I am unable to get a view
of my form. Do you have any suggestions?
 
Pete, I found the problem. If I put a bare bones class with
System.ComponentModel.Component above the Form class it causes this problem.
It I move it below the form class the problem goes away.
Thanks
Terry

Pete Davis said:
Has it always been this way or did this just suddenly start?

Pete

Terry A. said:
When I use the Form.cs[Design] tab all that is visible is the window that
holds the components that are dragged to the form. I am unable to get a view
of my form. Do you have any suggestions?
 
Back
Top