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
    2

    Q: Does anyone know how to detect the presence if IE4.,0?

    I want to detect whether IE4.0 has been installed on a PC. Does anyone
    know how to do it?


  2. #2
    Join Date
    Apr 1999
    Location
    FL
    Posts
    18

    Re: Q: Does anyone know how to detect the presence if IE4.,0?

    Look in the registry for the value of Version in HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer. IE 4.0 should be 4.72.3110.0 or similar.

    Jay Buckman
    [email protected]


  3. #3
    Join Date
    Apr 1999
    Posts
    24

    Re: Q: Does anyone know how to detect the presence if IE4.,0?

    check the registry


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