B
BradC
I know that the design itself is not optimal, but the client wants it to
work, look and feel EXACTLY like their poorly-designed Access application...
What I need to figure out how to do is emulate a repeating subform in VB.NET
Winforms.
I don't think I can use a datagrid, because it is a larger section that is
repeated (some textboxes here, some checkboxes underneath, some comboboxes
over to the right...)
All of the controls are currently on a Panel on a form. Can't I just do
something like instantiate a new instance of that panel? Would this be a
custom control? I know just barely enough to be dangerous in .Net--OO
programming is pretty new to me.
If someone could at least point me in the right direction, that would be
great!
BradC
work, look and feel EXACTLY like their poorly-designed Access application...
What I need to figure out how to do is emulate a repeating subform in VB.NET
Winforms.
I don't think I can use a datagrid, because it is a larger section that is
repeated (some textboxes here, some checkboxes underneath, some comboboxes
over to the right...)
All of the controls are currently on a Panel on a form. Can't I just do
something like instantiate a new instance of that panel? Would this be a
custom control? I know just barely enough to be dangerous in .Net--OO
programming is pretty new to me.
If someone could at least point me in the right direction, that would be
great!
BradC