WinCE Essentials Volume and File Control
WinCE Essentials   1. How to Enable warning tones, key click and control Volume:  It is a general question for a WinCE starter here is the answer. There will be a following registry entry available in the platform.reg file entry.    [HKEY_CURRENT_USER\ControlPanel\Volume]  "Key"=dword:10000        ; Keyclicks: 1=soft, 0x10002=loud  "Screen"=dword:10002    ; ScreenTaps: 1=soft, 0x10002=loud  "Mute"=dword:2        ; 7=Enable all sounds (1=Notifications, 2=Apps, 4=Events.)  "Volume"=dword:FFFFFFFF    ; 0=off, 0xFFFFFFFF=maximum    a. "Key"=dword:10000        ; Keyclicks: 1=soft, 0x10002=loud  The Possible values of the key clicks sounds are,  10000 - Key click OFF  10001 - Key click Soft (click sound will be minimal)  10002 - Key click Loud (click sound will be maximum)    b. "Screen"=dword:10002    ; ScreenTaps: 1=soft, 0x10002=loud  The Possible values of the screen Taps sounds are,  10000 - Screen Taps OFF  10001 - Screen Taps...
 
 
 
 
