RegistryKey masterKey = Registry.LocalMachine.CreateSubKey ("SOFTWARE\\Test\\Preferences"); if (masterKey == null)
First, read the registry value, then assign it to the text property of the label.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)