A1VBCode Forums

making a service or a server to accept messages


http://www.a1vbcode.com/vbforums/Topic12915.aspx

By js_dev - 7/19/2005

I have a form and a .bas module which do some good work, but I want to make them a continuously running service or server which will be able to send/receive messages/data to other applications at runtime

Then, how do I make a vb6 application communicate at runtime with other processes without making files to be read by the others