Keydown in Listbox Beep

I have a listbox where I use the keydown event to capture some keystrokes where I then drawstring that text on the screen.
Which all works fine except I get a BEEP every time I press a key?

Is there a way to stop this?

Thanks
Martin

do you return true after handling the event ?

Thanks Jean just worked out I deleted that from the bottom.