How do I share variable data between 2 VB programs ?
One is running as a service (using NtSvc.ocx) and since it does not use the LocalSystem account it can't interact with the Desktop.
I'm trying to write another app that will communicate with it and serve as it's GUI, just haven't found how to share the share data between them. DDE does not work, using sockets and TCP/IP works but not very well with large strings.

Thanks in advance.