I have a VB6 application that I want to associate with the Windows Service The Windows Service that I wrote that imports security certificates. The only function in the service takes two string arguments. I had a lot of difficulties so that both programs could communicate.
In VB.NET, it’s easy, just link to this service as a web service. In VB6, however, it is not so simple. The search only seems to be pulling up examples of how to DIRECT a Windows service in VB6.
Does anyone know how to do this?
source
share