G
Gav
Is there a way that I can control exactly what happens when the user presses
the return key in a TextBox?
the return key in a TextBox?
Sunny said:Or, you may create a delegate for the method which will be invoked to do the
actions. and after that what you have to do is only to change where the
delegate points for every textbox you wish to handle.
Sunny