Facebook

registry vb .net

Editing Registry using .net

Editing Registry using .net For editing registry using .net you need to import microsot.win32 namespace. The Microsoft.Win32 namespace provides two types of classes: those that handle events raised by the operating system and those that manipulate the system registry. In editing registry we have to do following operations. Those are: Creating Subkey: First you have to import […]