Registry

Search the Registry Class’ in help – lots of examples using namespace Microsoft::Win32; Help has good example for the registry class. Read A Registry Value String ^VlcInstallPath; VlcInstallPath = Convert::ToString(Registry::GetValue(“HKEY_LOCAL_MACHINE\\SOFTWARE\\VideoLAN\\VLC”, “InstallDir”, “”)); Working Example Of Reading FTDI USB Chip entries in the Registry //—– CHECK REGISTRY TO FIND MATCHING FDTI DEVICES AND ONLY INCLUDE THOSE […]

Read More