Bob Cohen
"Bob Allen" <b...@324pm.com> wrote in message
news:OT2MYLUPBHA.1740@tkmsftngp05...
RegistryKey lm = Registry.LocalMachine;
RegistryKey software = lm.OpenSubKey("SOFTWARE");
software.CreateSubKey("YourProgram");
RegistryKey myProgram = software.OpenSubKey("YourProgram");
myProgram.SetValue("AppVersion",1.0);
hope this helps,
Dade
"Bob Allen" <b...@324pm.com> wrote in message
news:OT2MYLUPBHA.1740@tkmsftngp05...