Feeds:
Posts
Comments

Archive for February, 2009

Ever wondered how contact application searches using all the character mapping of a key?When you press the “2″ key it matches all the contacts 
with ‘a’,’b’ and ‘c’. If you want to have the same kind of functionality in your application then the magic lies in the following registry key:
HKEY_LOCAL_MACHINESecurityPhonePhoneKeyMatch
 ”KeyboardMappings” = REG_SZ
This has the mappings for [...]

Read Full Post »