For question 1, in the KeyPress() event put

If KeyAscii = 13 then
KeyAscii = 0
End If

As for question 2, how are you removing items? Are you using the Remove method or are you just clearing the text?

Greg