I have found where wince keeps its brightness/contrast settings. The block of magic numbers starts at 0xc004e400. The first int32 is contrast, the second one is brightness. HP settings (the inverse scaling is used): 0xeb <= brightness <= 0x5f 0xd4 <= contrast <= 0x4c Now it is necessary to find out where is the sound volume setting located. Oleg.