Results 1 to 3 of 3

Thread: Keypress DING

  1. #1

    Thread Starter
    Ya ya Baby!!!Me is Back
    Join Date
    Jul 2002
    Posts
    362

    Keypress DING

    How do I take off the DING when I hit Enter key

    In vb6.0 i put the keypress = 0

    How in vb.net?

  2. #2
    Addicted Member The Phoenix's Avatar
    Join Date
    Aug 2003
    Location
    With my wife
    Posts
    142
    I wasn't aware anything dinged when you hit the enter key. When does this take place?
    Last edited by The Phoenix; Sep 17th, 2003 at 12:39 AM.
    Take my love
    Take my land
    Take me where I cannot stand
    I don't care, I'm still free
    You can't take the sky from me...

  3. #3
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840

    DING

    Hi.

    To remove the ding when pressing enter in a textbox, you can use the
    KeyPress or KeyDown event (I can't remember which).
    If the keycode = keys.enter then set e.handled=true.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

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