Postup:
'
MsgBox GetIEStartPage
Public Function GetIEStartPage() As String
Const HKEY_CURRENT_USER = &H80000001
GetIEStartPage = GetRegistryValue(HKEY_CURRENT_USER, _
"Software\Microsoft\Internet
Explorer\Main", "Start Page")
End Function
Pro více informací: GetRegistryValue.
|