I have a small project where I want/need a Windows Service (no forms) to create a web server.
So now my project is a service just fine, but when I use an Asynch class to try to create a Winsock TCP/IP server, it works and I can get connections, but when I try loading another socket I cannot accept the socket?
Any idea why? My project is attached here.
VB6 Winsock Server Service.zip