Guest neilarmstrong Posted September 15, 2004 Report Posted September 15, 2004 On Smartphone 2002 OS the following code would stop the annoying keypress click sound: ------------------------------------------ char* PtrOutputStr; char InputStr[1024]; _stprintf( InputStr, TEXT("") TEXT("") TEXT("") TEXT("") TEXT("") TEXT("") TEXT(""), Value ); DMProcessConfigXML( InputStr, CFGFLAG_PROCESS, &PtrOutputStr ); delete[] PtrOutputStr; ------------------------------------------ This code no longer works on the 2003 SE OS! Any ideas why? Anyone know of another way to silence the keypress click sound programatically? Thanks
Guest cubik Posted September 19, 2005 Report Posted September 19, 2005 (edited) I've done this via the registry. Navigate to HKEY_CURRENT_USER\ControlPanel\Sounds\Keypress and rename the data of the 'Category' value (safer than deleting just in case you want to get it back i.e. rename it to 'CategoryX'). Edited September 19, 2005 by cubik
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now