Hi,

i'm trying to catch events through subclassing.
You can get all mouse events en key events.
Is it possible to catch events that are specific to a control?

Ex.
Trap the change event of a textbox.

Also is this the way of doing it.
The reason why I have to catch these events is because I'm generating my form. So I can not place the event in code.
I have to trap these events in an other way.

All suggestions are welcom.

Thanks.