Custom Form problem...
Windows Forms
1
Posts
1
Posters
4
Views
1
Watching
-
Hi, I had some forms that i have created long time ago... OK now i have created a special form that have three panels - the caption, footer and content. I want to use this form as a base form for my old forms. The problem is that the sub-controls of the form will not be visible - i had to manualy asign the controls as child of the content panel (that is - adds the controls to the content panels's Controls collection). Is there a way to make the designer put all controls of the form on its child controls collection, that is on the content panel controls collection. Thanks, elaj