Quote:
>forgive me if Im way off base, but isnt this a good case for DDE? Dynamic
>Data Exchange right? lets two or more applications share info just like
>computers on a network, one app could be the "Serial port messenger", the
>other apps could ask the port messenger to send/recieve data for them?
Personally I find ActiveX.Exes far easier to use than DDE, you can get
the same result, but with much cleaner code.
I have a strong suspicion that DDE is actually involved in
communication with ActiveX.Exes. Has anyone any ideas on this?