Proposed Can I get IE version using GetTypeFromProgID in c#?

  • terça-feira, 21 de fevereiro de 2012 05:15
     
     
    Can I get IE version using GetTypeFromProgID in c#? If so, what should I pass as program ID?
    • Movido Paul Zhou quarta-feira, 22 de fevereiro de 2012 07:30 move for better support (From:Building Development and Diagnostic Tools for .Net)
    •  

Todas as Respostas

  • quarta-feira, 22 de fevereiro de 2012 07: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

  • quinta-feira, 23 de fevereiro de 2012 04:52
    Moderador
     
     Resposta Proposta

    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