I have design winform with various controls on it like textbox/ComboBox and Panels on some days ago but now if I am trying to run the forms the forms is visible but the controls which are designed on it is not visible. I don’t know what is the reason or some mistake made by me in past with it. But the reality is that I am unable to retrieve the controls on the forms.
Form11.cs (code design ) file is available as well as form11Designer.cs file is also there in well coded format.
Don’t know where is the mistake and how to retrieve all the controls which I have designed on it?
Have a look at this post: Winforms usercontrol phenomenon : suddenly all items are away!