G
Guest
I want to write one general purpose set of code that will handle the
population (where required) of all controls on a form. Though I'm new to C#
my instinct is to somehow hook into the Load event of the Control class, as
this should [hopefully] get inherited down to all of the controls.
Two questions:
1. Is this possible?
2. What's the simplest, most elegant way to do it?
Robert W.
MWTech
population (where required) of all controls on a form. Though I'm new to C#
my instinct is to somehow hook into the Load event of the Control class, as
this should [hopefully] get inherited down to all of the controls.
Two questions:
1. Is this possible?
2. What's the simplest, most elegant way to do it?
Robert W.
MWTech