T
Tarscher
Hi all,
I have an application that has a form (MainForm) with a tabcontrol. I
want to populate the tabs (3 tabs) with other controls. I prefer to
put those controls (3 controls) in different classes since this allows
me to break up the UI in functional parts.
Momentarily I'm using usercontrols on each tab but this has it's
issues. Mainly the MainForm designer doesn't work anymore since I pass
parameters to the constructors of the usercontrols.
Someone can advice me another control?
Thanks
Stijn
I have an application that has a form (MainForm) with a tabcontrol. I
want to populate the tabs (3 tabs) with other controls. I prefer to
put those controls (3 controls) in different classes since this allows
me to break up the UI in functional parts.
Momentarily I'm using usercontrols on each tab but this has it's
issues. Mainly the MainForm designer doesn't work anymore since I pass
parameters to the constructors of the usercontrols.
Someone can advice me another control?
Thanks
Stijn