real time data client in c#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi
i have an excel sheet which is being populated with real time data using DDE links. i want to access this data in my C# program. How can i create a RTD client in C#? what is the other way out in C#? i have checked KB articles, but no reference is given on RTD clients, only RTD servers are given. plz help.
 
vivek said:
hi
i have an excel sheet which is being populated with real time data using
DDE links. i want to access this data in my C# program. How can i create a
RTD client in C#? what is the other way out in C#? i have checked KB
articles, but no reference is given on RTD clients, only RTD servers are
given. plz help.
It is possible; you need to go to unmanaged code. Look at articles on doing
home automation. They do this sort of thing all the time!
 
Back
Top