
Loading a control from another Form onto current Form
Hi,
As Im sure, many of you have already felt the desire to load
a group of controls with generic functionality from
one basic Form onto the current Form.
As it looks the closest way to do this, is to create a control array
on !every! Form and then to load further instances of this control,
providing a sufficent SELECT CASE index; CASE ... control structure
to handle the different instances.
Of course, this is not enough for us :-)
And I somehow feel, that Ive already read about a better solution.
Any contribution appreciated. The code from my approach upon request.
Regards
Peter :-)