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.