Hi,
I recently took over an application and I would like to alter the features of the controls on the forms. There are many textboxes (~50) on about 10 forms. I want to add code to the 'gotfocus' event so the textboxes highlight when they receives focus. There is other code behind these textboxes so I don't want to replace them with a new textbox based on a custom class. Is there anyway to programmatically add this code to the textboxes or do I have to do it manually?
Thanks in advance.
I recently took over an application and I would like to alter the features of the controls on the forms. There are many textboxes (~50) on about 10 forms. I want to add code to the 'gotfocus' event so the textboxes highlight when they receives focus. There is other code behind these textboxes so I don't want to replace them with a new textbox based on a custom class. Is there anyway to programmatically add this code to the textboxes or do I have to do it manually?
Thanks in advance.