Results 1 to 3 of 3

Thread: TextChanged Method

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    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

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    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.

  3. #3
    Hyperactive Member
    Join Date
    Mar 2004
    Location
    Prato - Tuscany - Italy
    Posts
    461
    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
  •  



Click Here to Expand Forum to Full Width