Procedura:
Public Function
GetIEContextMenuEnabled() As Boolean
Const HKEY_CURRENT_USER = &H80000001
GetIEContextMenuEnabled = Not _
CBool(GetRegistryValue(HKEY_CURRENT_USER,
_
"Software\Policies\Microsoft\Internet
Explorer\Restrictions", _
"NoBrowserContextMenu"))
End Function
Pro více informací: GetRegistryValue
|