-
TextChanged Method
hi,
Is there a way to let the program evaluate the entered text in a textbox only when the user presses enter or leaves the textbox ?
TextChanged starts the event every time a character is entered, i don't want that.
thx
using .NET 2003 for a Smart Device Application project
-
for pressed. keydown, keypress, keyup event. for leave, leave event. i use 2k2 so i can't tell some events featured in 2k3. but i heared about lostfocus but i'm not quiet sure though.
-
Hi Six Feet, hi B.M. :)
Dear S.F., the better way to solve your doubts when you find for a particular event or property, is to have a look at members of, in this particular case, textbox.
Searching for Textbox Members, using help, you will have a complete list of event, properties, etc... of the component.
In this way you can find what you were searching for, or you can discover that a particular event exists that is more useful for your needs.
Good job!:)