J# Framework 1.1
Im just changing over from VB, and I have converted the registry code
example over to this
RegistryKey pRegKey = Registry.LocalMachine;
pRegKey =
pRegKey.OpenSubKey("HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");
Object val = pRegKey.GetValue("VendorIdentifier...
more >>