C
chris s.
I have an options window for an application, which has is pretty
standard in its layout - treeview on the left side, a set of panels
that are shown and hidden as each option is selected from the
treeview.
I was wondering if there's a more modular way of doing this, instead
of having all the panels. Is it possible to 'embed' a form inside
another form, via the Parent property, to avoid having all the logic
and layout code in just one form file, which is currently in many
1000s of lines of code, making it easier to manage?
thanks,
chris
...
standard in its layout - treeview on the left side, a set of panels
that are shown and hidden as each option is selected from the
treeview.
I was wondering if there's a more modular way of doing this, instead
of having all the panels. Is it possible to 'embed' a form inside
another form, via the Parent property, to avoid having all the logic
and layout code in just one form file, which is currently in many
1000s of lines of code, making it easier to manage?
thanks,
chris
...