I've created a usercontrol to handle date input. It uses a maskedbox as a constituent control. When using the component in a project, the on_gotfocus() event fires as soon as the form is activated. "Built in" controls on the toolbox such as textboxes do not exhibit this behavior. How can I prevent On Gotfocus() from firing automatically???