Zjištění titulku IE

Funkce:
Public Function GetIETitle() As String

    Const HKEY_CURRENT_USER = &H80000001

    GetIETitle = GetRegistryValue(HKEY_CURRENT_USER, _
        "Software\Microsoft\Internet Explorer\Main", "Window Title")
        
    If GetIETitle = "" Then GetIETitle = "Microsoft Internet Explorer"

End Function

Pro více informací: GetRegistryValue.

Zpět

Autor: The Bozena