S
Soren-a
Hi
I am writing a program for windows CE in C#.NET. The programs user
interface consists of a TabControl with 6 tabs. Each tab is to hold a
number of panels, each with a number of button and textfields.
To avoid having too many controls in one Form (and exceeding
"Initialize Components"'s 64kb), I was planing to make the "Main form"
with an empty TabControl with the 6 tabs, and each of the tab's panels
on 6 seperate forms, and then load the correct form into the correct
tab when it is selected.
My questions is now:
1) Is it possible to do it this way?
2) If it is, how do I do it?
Any help will be much appriciated!!
Thanks in advance.
Regards
Søren Augustesen
I am writing a program for windows CE in C#.NET. The programs user
interface consists of a TabControl with 6 tabs. Each tab is to hold a
number of panels, each with a number of button and textfields.
To avoid having too many controls in one Form (and exceeding
"Initialize Components"'s 64kb), I was planing to make the "Main form"
with an empty TabControl with the 6 tabs, and each of the tab's panels
on 6 seperate forms, and then load the correct form into the correct
tab when it is selected.
My questions is now:
1) Is it possible to do it this way?
2) If it is, how do I do it?
Any help will be much appriciated!!
Thanks in advance.
Regards
Søren Augustesen