How do I take off the DING when I hit Enter key In vb6.0 i put the keypress = 0 How in vb.net?
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...
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...
Forum Rules