Hy i have a litle problem. I want to make a program for a game to modify some options from registry. I have a text box for User Id(when i type the user name and press save; its update the registry). In the registry its stored in : HKEY_CURRENT_USER\Software\game\play\Config with string value ID with value data the name of user. For the sound and music its on/off and the registry is HKEY_CURRENT_USER\Software\game\play\Config with DWORD value with data value 0 or 1 (on/off). how can i do this ? Thenx