Re: Event handlers...



> (Now that you know the terminology, does the error
message make a little more sense?)

Aha! OK, now it makes sense! I thought the wording seemed a bit
peculiar... Can the event handler belong to a different class?

What if I had a data module to hold event handlers that I wanted to use
across many classes (like validating alphanumeric keypresses, making
"enter" act like a "tab" (don't ask!), etc) Can I do something like
that?

-Corinna

.