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. Link for sending mails

Link for sending mails

Scheduled Pinned Locked Moved C / C++ / MFC
c++html
5 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.
  • H Offline
    H Offline
    hph
    wrote on last edited by
    #1

    Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)

    D D J 3 Replies Last reply
    0
    • H hph

      Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)

      D Offline
      D Offline
      Dominik Reichl
      wrote on last edited by
      #2

      I use this control: http://www.codeproject.com/miscctrl/hyperlink.asp[^] :-D -Dominik


      _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;)

      H 1 Reply Last reply
      0
      • D Dominik Reichl

        I use this control: http://www.codeproject.com/miscctrl/hyperlink.asp[^] :-D -Dominik


        _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;)

        H Offline
        H Offline
        hph
        wrote on last edited by
        #3

        Thank you, dominik! Greetings, hph

        1 Reply Last reply
        0
        • H hph

          Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          ShellExecute(..., "mailto:", ...) would be one way.

          1 Reply Last reply
          0
          • H hph

            Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)

            J Offline
            J Offline
            Jack_pt
            wrote on last edited by
            #5

            You can do that if you derive your dialog from CDHtmlView.

            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