Let's say I have a textbox and I know that there is a sub that handles textbox.textChanged. Without knowing the name of that sub, is it possible to raise a textbox.textChanged event?
Printable View
Let's say I have a textbox and I know that there is a sub that handles textbox.textChanged. Without knowing the name of that sub, is it possible to raise a textbox.textChanged event?
b u m p
You could change the text, that would fire the event. :D
very helpful:p