Jump to content

Keypress Sound Silencing (Smartphone 2003 SE OS)


Recommended Posts

Guest neilarmstrong
Posted

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

  • 1 year later...
Posted (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 by cubik

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.