T
Trond Hoiberg
I am making a new application in C# (Windows application) and it will
require a number of forms. I then started to think that i should use panels
and not forms so that i could keep all within one form. This is a solution
that might work. I also tested a litte around MDI as an alternativ.
Tabs is also an option.
Then i started to think that it would be nice to solve it like Microsoft
does with the ToolBox they have in their IDE VS 2003. A tab or more in the
left margin and when clicked it slides out and reveals icons.
So i am wondering if anyone in here can point me to a good source where i
can read a little about it and maybee learn how to do it.
Best regards
Trond
require a number of forms. I then started to think that i should use panels
and not forms so that i could keep all within one form. This is a solution
that might work. I also tested a litte around MDI as an alternativ.
Tabs is also an option.
Then i started to think that it would be nice to solve it like Microsoft
does with the ToolBox they have in their IDE VS 2003. A tab or more in the
left margin and when clicked it slides out and reveals icons.
So i am wondering if anyone in here can point me to a good source where i
can read a little about it and maybee learn how to do it.
Best regards
Trond