Still not getting the solution
Thanks to Skippy Solutions for the suggestion. But the solution is not as I expected. I think my question was not clear. My intention is to trap all events that will be occured in any controls in the form by my own procedure i.e. TrapEvent(). In such a case it won't be wise to call the procedure explicitely in every event of every control on the form. I need such a solution with which the system automatically takes the control to the TrapEvent() procedure when any event occured. In this procedure I sould be able to know which event is occured for what control and accordingly I should be able to cancel the event or allow to proceed as usual to corresponding event procedure of the control.
I hope the question is clear now. I need the solution urgently. So the experts are again requested for this.