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

    Need to find the current URL of Internet Explorer

    Hi
    i need to find the current address in the internet explorer and to show it in vb
    pleaz help me
    [email protected]


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Need to find the current URL of Internet Explorer

    If by address you mean URL, then
    LocationURL property of the WebBrowser object gives the currently displayed URL.
    If it is a file, it will return the complete Path

    If it is IP adress, then IDNK


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