C
c#wonder
Hello,
I'm buildig an application that wil allow users to create their own
forms.
In the form builder the aim is to allow them to pick from 3 ro 4
predefined types of windows controls ( i.e. text box, list box e.t.c. )
I believe the easist way would be to create 4 custom controls that will
"package" a label and the control in one, so when they select a control,
the label will automatically be set as well.
If I could get some help as to adding these custom controls on the fly to
a form, and later adding them to group Boxes ( and allow unlimited
nesting )
I need to track what was added to save to a database ( the database and
objects are already defined but I'll need some sort of collection on the
UI to track what they're adding )
and somehow control the formatting.. it would be much appreciated!
Thanks
I'm buildig an application that wil allow users to create their own
forms.
In the form builder the aim is to allow them to pick from 3 ro 4
predefined types of windows controls ( i.e. text box, list box e.t.c. )
I believe the easist way would be to create 4 custom controls that will
"package" a label and the control in one, so when they select a control,
the label will automatically be set as well.
If I could get some help as to adding these custom controls on the fly to
a form, and later adding them to group Boxes ( and allow unlimited
nesting )
I need to track what was added to save to a database ( the database and
objects are already defined but I'll need some sort of collection on the
UI to track what they're adding )
and somehow control the formatting.. it would be much appreciated!
Thanks