Can I get IE version using GetTypeFromProgID in c#?

建议的答复 Can I get IE version using GetTypeFromProgID in c#?

  • 2012年2月21日 5:15
     
     
    Can I get IE version using GetTypeFromProgID in c#? If so, what should I pass as program ID?
    • 已移动 Paul Zhou 2012年2月22日 7:30 move for better support (From:Building Development and Diagnostic Tools for .Net)
    •  

全部回复

  • 2012年2月22日 7:30
     
     

    I'm moving this thread to Internet Explorer Extension Development forum to get better support.

    Have a nice day.

     

    Paul Zhou [MSFT]
    MSDN Community Support | Feedback to us

  • 2012年2月23日 4:52
    版主
     
     建议的答复

    Hello,

    As far as I know, the web browser control CLSID is {8856F961-340A-11D0-A96B-00C04FD705A2} ProgID is Shell.Explorer

    The iexplore.exe CLSID is {0002DF01-0000-0000-C000-000000000046}, ProgID is InternetExplorer.Application

    If you want to get the IE version, I would suggest you to check the Version value in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer  in registry.

    Best regards,
    Jesse


    Jesse Jiang [MSFT]
    MSDN Community Support | Feedback to us