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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Adding URLs in a CDialog

Adding URLs in a CDialog

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 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.
  • L Offline
    L Offline
    Luis E Cuadrado
    wrote on last edited by
    #1

    Hello Everybody, Is there a way to put text in a dialog that the user can click and load a IE window with the URL? I tried a couple of things and nothing works. Any suggestions? Any answer is more than welcome. Best regards, Luis E. Cuadrado :0)

    PJ ArendsP V 2 Replies Last reply
    0
    • L Luis E Cuadrado

      Hello Everybody, Is there a way to put text in a dialog that the user can click and load a IE window with the URL? I tried a couple of things and nothing works. Any suggestions? Any answer is more than welcome. Best regards, Luis E. Cuadrado :0)

      PJ ArendsP Offline
      PJ ArendsP Offline
      PJ Arends
      wrote on last edited by
      #2

      http://www.codeproject.com/miscctrl/hyperlink.asp[^] http://www.codeproject.com/miscctrl/JRTSLinkCtrl.asp[^]


      CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!

      Within you lies the power for good; Use it!

      1 Reply Last reply
      0
      • L Luis E Cuadrado

        Hello Everybody, Is there a way to put text in a dialog that the user can click and load a IE window with the URL? I tried a couple of things and nothing works. Any suggestions? Any answer is more than welcome. Best regards, Luis E. Cuadrado :0)

        V Offline
        V Offline
        valikac
        wrote on last edited by
        #3

        One solution is ShellExecute() ShellExecute(// Handle to window of new process. NULL, // Command TEXT("open"), // Source data "???.???.???/???.???" // New process paramater NULL, // Directory NULL, // Window SW_SHOWNORMAL); Kuphryn

        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