CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    13

    How to determine Internet Explorer version?

    Hello, All!
    I've got a following problem:
    in my installation program I need to check if the version of installed
    Internet Explorer is 3.02 or higher. I have looked up registry and
    discovered that some IE versions (for example, 3.0) don't have
    "Version"
    key. However, all of them have "Build" key. Does anybody know if I can
    rely on this key? Is it possible such situation that different
    instances
    of IE have same version but different builds?
    If anybody knows another one method to find out IE version, I would be
    very thankful if you let me know.
    Dmitry Barashev


  2. #2
    Join Date
    May 1999
    Posts
    19

    Re: How to determine Internet Explorer version?

    You determine the IE version by looking at the version of the file shdocvw.dll. I couldn't actually find the article on the Microsoft site, but this link may help you get started.

    http://support.microsoft.com/support.../q185/3/75.asp

    -- Matt



  3. #3
    Join Date
    Apr 1999
    Posts
    54

    Re: How to determine Internet Explorer version?

    See teh article here on this site.

    http://www.codeguru.com/misc/GetIEVersion.shtml


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured