EDN Admin
Well-known member
Hi, Im working on a program that does stock trading using REDIplus platform.
But the program was written using VBA + Excel + DDE, which means its a big macro.
It pulls data from REDIplus and present them in Excel, and do the magic from there.
Since VBA isnt very powerful, so we want to move this to more powerful languages,
ideally C#.
I know .net languages doesnt support DDE out of the box, but there are workarounds.
And there are examples here and there showing how DDE works with C#,
but they arent very helpful.
Id like get some help for how to get started on using C# to talk to REDIplus through DDE.
Thanks.
View the full article
But the program was written using VBA + Excel + DDE, which means its a big macro.
It pulls data from REDIplus and present them in Excel, and do the magic from there.
Since VBA isnt very powerful, so we want to move this to more powerful languages,
ideally C#.
I know .net languages doesnt support DDE out of the box, but there are workarounds.
And there are examples here and there showing how DDE works with C#,
but they arent very helpful.
Id like get some help for how to get started on using C# to talk to REDIplus through DDE.
Thanks.
View the full article