Results 1 to 3 of 3

Thread: Need Help: Detection of IEXPLORE path

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    1

    Need Help: Detection of IEXPLORE path

    Hi folks -

    I would appreciate a code fragment or a good explanation on the subject of detecting the full path to IEXPLORE.EXE in a VB program. In win2k, a call to Environ("ProgramFiles") does enough of the trick (generally), but does not work in win98, since "ProgramFiles" is not set. I need a method that is bulletproof across as many versions of Windows as possible. I'm not terribly deep, so code that I can just copy and paste would be a real boon. That said, any guidance would be gratefully accepted.

    Best to all,

    Mike

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I found it here in the registry on Win2000

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE

    You could try looking for that path on other Win's.

  3. #3
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    It's there on Win95 too.
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

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