Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to get main explorer's url

how to get main explorer's url

Scheduled Pinned Locked Moved C / C++ / MFC
questionhtmltutorial
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mweiss
    wrote on last edited by
    #1

    i wrote a html control that is hosted in an html page (in an explorer bar). how do i get the address of the page that's hosted in that main internet explorer? thanks melinda

    M 1 Reply Last reply
    0
    • M mweiss

      i wrote a html control that is hosted in an html page (in an explorer bar). how do i get the address of the page that's hosted in that main internet explorer? thanks melinda

      M Offline
      M Offline
      mweiss
      wrote on last edited by
      #2

      It would be helpful to show the route I've been taking: CComPtr spDisp; hr = m_spBrowser->get_Document( &spDisp ); CComPtr spDoc2; hr = spDisp->QueryInterface( &spDoc2 ); CComPtr spWindow; hr = spDoc2->get_parentWindow( &spWindow ); spDoc2 = NULL; spWindow->get_document( &spDoc2 ); CComBSTR bstrParentUrl; spDoc2->get_URL( &bstrParentUrl ); In bstrParentUrl I get a bizarre value like "res//C:\DOCUMEN~1\...." I've tried many other approaches and either get an empty string or this value. Thanks Melinda.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups