Does anybody know how to get rid of the annoying beep sound with getasynckeystate?
See my code below.

For context, I'm making a game which requires user input for controls. The example below is based on pressing the "w" key.
I have also tried with GetKeyState and OnKey, but all produce a beep sound when pressed. This is not the case with the arrow keys (eg vbKeyUp), but I need the WSAD keys.

Any ideas will be very much appreciated.


Please Login or Register  to view this content.