G
Guest
I'd like to call my ancestor Validation Function every time any control on a
Win Form generates a Validating or Validated event. I'm using VB.
I've extended Textbox, for instance, to have its events do this for me, but
my extended textbox doesn't get created by those wonderful form setup wizards.
So,
1) Is there a way I can pick up these events without having to code for each
control and without using custom extended controls, OR
2) Is there a way I can tell the Wizards to use my extended textboxes
instead of standard textboxes?
Win Form generates a Validating or Validated event. I'm using VB.
I've extended Textbox, for instance, to have its events do this for me, but
my extended textbox doesn't get created by those wonderful form setup wizards.
So,
1) Is there a way I can pick up these events without having to code for each
control and without using custom extended controls, OR
2) Is there a way I can tell the Wizards to use my extended textboxes
instead of standard textboxes?