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. Open Explorer from VC++ application....

Open Explorer from VC++ application....

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++comtutorialquestion
4 Posts 4 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.
  • K Offline
    K Offline
    klvin
    wrote on last edited by
    #1

    Hi !! Iam using Web Browser control to display a web page in my VC++ application. My explorer version is IE7.0 The following code worked fine before installing IE7.O. m_explorerctrl.Navigate("www.yahoo.com",0,NULL,NULL,NULL); Iam getting the following error Cannot find "www.Test.com" . Make sure the path and Internet address is correct. Can any one please help how to solve this problem? Regards,

    E P J 3 Replies Last reply
    0
    • K klvin

      Hi !! Iam using Web Browser control to display a web page in my VC++ application. My explorer version is IE7.0 The following code worked fine before installing IE7.O. m_explorerctrl.Navigate("www.yahoo.com",0,NULL,NULL,NULL); Iam getting the following error Cannot find "www.Test.com" . Make sure the path and Internet address is correct. Can any one please help how to solve this problem? Regards,

      E Offline
      E Offline
      Eddie_NG
      wrote on last edited by
      #2

      Try: m_explorerctrl.Navigate("http://www.yahoo.com",0,NULL,NULL,NULL);

      1 Reply Last reply
      0
      • K klvin

        Hi !! Iam using Web Browser control to display a web page in my VC++ application. My explorer version is IE7.0 The following code worked fine before installing IE7.O. m_explorerctrl.Navigate("www.yahoo.com",0,NULL,NULL,NULL); Iam getting the following error Cannot find "www.Test.com" . Make sure the path and Internet address is correct. Can any one please help how to solve this problem? Regards,

        P Offline
        P Offline
        prasad_som
        wrote on last edited by
        #3

        klvin wrote:

        Cannot find "www.Test.com" . Make sure the path and Internet address is correct.

        Are you really passing "www.Test.com" as parameter to Navigate? Because error seems to say so.

        Prasad Notifier using ATL | Operator new[],delete[][^]

        1 Reply Last reply
        0
        • K klvin

          Hi !! Iam using Web Browser control to display a web page in my VC++ application. My explorer version is IE7.0 The following code worked fine before installing IE7.O. m_explorerctrl.Navigate("www.yahoo.com",0,NULL,NULL,NULL); Iam getting the following error Cannot find "www.Test.com" . Make sure the path and Internet address is correct. Can any one please help how to solve this problem? Regards,

          J Offline
          J Offline
          James R Twine
          wrote on last edited by
          #4

          Have you tried correcting the URL so that it is well-formed (**http://**www.yahoo.con) and see if that makes a difference?  I would also try specifying one of the BrowserNavConstants flags as well.    Peace!

          -=- James


          If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
          Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
          DeleteFXPFiles & CheckFavorites (Please rate this post!)

          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