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. is DDE still use? or is some thing newer

is DDE still use? or is some thing newer

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.
  • Q Offline
    Q Offline
    quzi
    wrote on last edited by
    #1

    Hi, Is DDE still being use in programms, or is some thing newer? Is any examples of DDE (or newer thing) availabel some where? Thanksing

    D A 2 Replies Last reply
    0
    • Q quzi

      Hi, Is DDE still being use in programms, or is some thing newer? Is any examples of DDE (or newer thing) availabel some where? Thanksing

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

      quzi wrote: Is DDE still being use in programms... Yes, the clipboard uses it, or at least it used to in earlier versions of Windows. A cursory glance at the documentation indicates it probably still does. quzi wrote: ...or is some thing newer? There are a variety of IPC mechanisms, such as COM, Mailslots, Pipes, and RPC, just to name a few. quzi wrote: Is any examples of DDE (or newer thing) availabel some where? Here is but one. Try Googling for others.


      "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

      1 Reply Last reply
      0
      • Q quzi

        Hi, Is DDE still being use in programms, or is some thing newer? Is any examples of DDE (or newer thing) availabel some where? Thanksing

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Use of DDE is discouraged on Windows Server 2003. The DDE is a gaping security hole, as I understand it. You are supposed to use the Micosoft Message Queue, or the other methods as David suggested.

        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