UncleRonin
Well-known member
I am being forced to interface with an old PC which uses DDE to pass on data. I've done some checking and it seems MS decided that DDE is no longer supported and the only way to use it is to either create a COM library for use in .NET or to develop the entire thing in VB6 which has built in support for this... I'm not lying when I say that neither of these is appealing in any shape, way or form!
I already have a previous version of the software that's needed so developing the VB6 application isn't really much of an issue. I like libraries though so that would be my first choice... the question is how sensible is it to make a COM library for this? From what I've seen so far it looks like all the DDE functionality is built into VB6 controls and there is no actual class for this so would I have to have full on Labels, etc. even though I only want access to the DDE functionality? I am not very experienced with VB6 so I really don't much about how it handles this...
What do you guys recommend? Any suggestions?
I already have a previous version of the software that's needed so developing the VB6 application isn't really much of an issue. I like libraries though so that would be my first choice... the question is how sensible is it to make a COM library for this? From what I've seen so far it looks like all the DDE functionality is built into VB6 controls and there is no actual class for this so would I have to have full on Labels, etc. even though I only want access to the DDE functionality? I am not very experienced with VB6 so I really don't much about how it handles this...
What do you guys recommend? Any suggestions?