Virtual Post-It #003
The constructor and loading events of a user control are executed at
design time when you open a form that has an instance of the control on it. Any code that accesses resources that are only available at
runtime is a
bad idea (i.e. database access routines).