question about HotkeysI got always the error that the "sub or function is not defined" and the getkeypress get marked Must i put something in the module ? oO
Its not for warrock I dont have anything in the module only something to play sounds :P So i need this part
Add this code at the top of your module: Code: Public Declare Function GetKeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer