Click to See Complete Forum and Search --> : Stop beep on Listview keypress


fputil
January 25th, 2006, 06:03 AM
HI,

I have a listview in report mode and wish to prevent beeping when a key is
pressed.

I have tried trapping WM_KEYDOWN with no luck.

Any ideas?

TIA

fputil
January 25th, 2006, 06:25 AM
note it only beeps on the first keypress after a row has been selected.

kkez
January 25th, 2006, 07:39 AM
How do you handle WM_KEYDOWN? Did you try to handle WM_KEYUP too?

fputil
January 26th, 2006, 05:12 AM
No, but trapping WM_CHAR fixed it.