How to disable the beep when pressing 'Enter' in textbox?


    Insert the following in the textbox keypress event:

    If keyascii = 13 Then keyascii = 0


Mail to Daniel Wiman <daniel@wimania.com>
Online since June 1996, updated 971025
<- The VB home
<- Daniels homepage