I have a procedure which basically combines multiple handlers of many textboxes. Now the problem is I would like to add more handlers but these ones are from controls on a different form and it will not work by doing for ex:
handles otherform.textbox3.click - it says you need a withevents but that doesn't help me much. What are some of the ways i can do this (not the creating of a new class? any comments, tips etc. will be appreciated.
thanks
handles otherform.textbox3.click - it says you need a withevents but that doesn't help me much. What are some of the ways i can do this (not the creating of a new class? any comments, tips etc. will be appreciated.
thanks