CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Get IE Path

  1. #1
    Join Date
    Apr 2001
    Posts
    1

    Get IE Path

    I would like to know the path of Internet Explorer installed on my M/C in a VB application .I guess there should be an API for this.Pls help me with the vbcode if possible


  2. #2
    Join Date
    Aug 1999
    Location
    Bangalore, INDIA
    Posts
    70

    Re: Get IE Path

    Hi
    look into this reg value
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE
    Sharath


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