I would like to disable right clicking in a browser, among other things.

Here's how I've been told to do it:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserContextMenu
Data Type : DWORD = 00000001

How would I access this registry info using VB?