use strict; use Grammar; :) Hi all
I have hooked into the WM_KEYDOWN/UP and WM_SYSKEYDOWN/UP calls (returning 0 from the routines as specified in the MS docs), and all works fine, but but when I press a key when my window is active, I hear the windows default audio alert (the default short "ding"). Am I doing something wrong, or not doing something I should be?
Steve