Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2002
    Posts
    27

    Grin IE version detection

    Hi,

    hopefully someone will say this has been allready discussed; I am doing an installation CD and am using WebBrowser.Object to display HTML pages in AutoMenu. The problem is, there are OSes that come with very old version of IE (like NT, Windows 95) which does not have needed ActiveX component for WebBrowser.Object to work. Question. How to detect installed IE version (reliably on all systems) during AutoMenu project startup and if IE < 4.0 show first page (graphical) with instructions and links to update IE (IE distributions are located on CD)? Some points:
    - APM lacks special method to detect IE version
    - guidelines http://support.microsoft.com/?kbid=164539

    Is there a really quick and reliable sollution?

    Thank [img]/ubbthreads/images/icons/smile.gif[/img]

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002

    Re: IE version detection

    AMS40 has several ways to do that. The most straight-forward is to use the Requirements tab (Project > Settings). There is also the %IEVersion% variable that will tell you what version of IE that is installed. Please consult the help file as there is a lot of information in there about this issue.

  3. #3
    Join Date
    Jul 2002
    Location
    USA
    Posts
    16

    Re: IE version detection

    When you have the AutoPlay project open in AutoPlay Menu. Go to Tools / Project Settings. Under the Requirements tab put a check by Microsoft Internet Explorer control. Put the version # required to run your controls. This will happen automatically when they launch your application.

Posting Permissions

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