Re: Control Notifications
you could subclass all relevant controls and handle the events in the subclassing procedure.
To do subclassing check out the SetWindowLong API
and use the AddressOf operator for getting the address of the procedure that is supposed to handle the events.
And..., honestly I strongly disagree with your statement "...you should not write the Code in Any of the events in the control"
That's the way VB is designed, IMHO. Thus writing against or around that design is something that I would not recommend.
Re: Control Notifications
Hi Lothar,
Thanks for your Information.I will look for subClassing.If you give me an simple Code for Two Text box controls in a Form, I will be happy.Because this is urgent one for me.
Thanks in advance !
Regards,
Palani.