|
-
Jul 20th, 2004, 02:42 AM
#1
Thread Starter
Member
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
-
Jul 20th, 2004, 04:00 AM
#2
Fanatic Member
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.
-
Jul 20th, 2004, 04:28 AM
#3
Hyperactive Member
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!
Live long and prosper (Mr. Spock)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|