Subj : VK_ENTER and it's sound To : borland.public.cpp.borlandcpp From : trevor Date : Mon Nov 29 2004 03:10 pm Hi, I was wondering if anybody knew how to get rid of the sound associated with the VK_ENTER key? I need to test for the (Key == VK_ENTER) but I don not want the "dong" sound. I know in other languages you can set the key to #0 or set it's handled property to true, but how can I do it in C++ using C++ Builder 6.0? I am responding to a keydown event. Thanks for any help... .