I create a proj with a form containing a button and 3 textboxes.
I declare an event named ValidateCont passing a control as a parameter. For each textboxes validate method( i have causes validation true on each) i raise the ValidateCont passing the textbox as the param.

I add a class module to the proj and declare my form in here with events and add code in the event handler of this to do something but this is never executed. What have I done wrong?

Cheers.