PDA

Click to See Complete Forum and Search --> : possible to raise control events?


MrPolite
Nov 2nd, 2002, 05:45 PM
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?

MrPolite
Nov 4th, 2002, 01:42 AM
b u m p

Edneeis
Nov 4th, 2002, 03:36 AM
You could change the text, that would fire the event. :D

MrPolite
Nov 4th, 2002, 10:04 PM
very helpful:p