Can VB 6.0 support Dynamic Data Exchange?

Last post 09-09-2004 6:12 AM by PD_Goss. 3 replies.

Sort Posts:

  • Can VB 6.0 support Dynamic Data Exchange?

    09-12-2003, 5:19 AM
    • Member
      105 point Member
    • goon_power
    • Member since 08-27-2003, 5:00 AM
    • Posts 21
    Thanks in advance!
  • Re: Can VB 6.0 support Dynamic Data Exchange?

    09-12-2003, 8:23 AM
    • Contributor
      2,300 point Contributor
    • PD_Goss
    • Member since 07-09-2003, 4:10 AM
    • SC
    • Posts 460
    You can use DDE in VB6, but you may have to use a third party DDE Server to create the link. I wrote an application several years ago that interfaced with PLC's for large pump stations using DDE Server and then moved to DsData. You use the LinkTopic, LinkItem, LinkMode, and LinkTimeOut properties of your controls to access the data. At least in my old app that's how it worked.

    Again, that was several years back and I am not sure if there are better ways to connect to a DDE source these day. I do know that after W2K, MS changed the way DDE is supported in their OS.

    Good luck.
  • Re: Can VB 6.0 support Dynamic Data Exchange?

    09-08-2004, 2:11 PM
    • Participant
      1,136 point Participant
    • Hondaman900
    • Member since 12-31-2002, 11:56 PM
    • Sacramento, California
    • Posts 228
    Spotted this topic searching for info on DDE hookups. Any ideas how to link a DDE data feed to a charting control on an ASP.NET/VB.NET aspx?
    Stephen
  • Re: Can VB 6.0 support Dynamic Data Exchange?

    09-09-2004, 6:12 AM
    • Contributor
      2,300 point Contributor
    • PD_Goss
    • Member since 07-09-2003, 4:10 AM
    • SC
    • Posts 460
    There are a few examples on how to use DDE in .NET VB.NET/DDE Examples. But from what I understood DDE support was removed from VB.NET. The Beta 1 release of VB.NET had an incomplete COM wrapper mechanism which prevents DDServer events from working and was supposed to be added later; I'm not sure if it is a completely functional API. But here's are examples of DDEListener for C#.

    What you may could do is use some of the older components of VB6 via COM or there may be a third party control that can add DDE support to .NET.
Page 1 of 1 (4 items)