I want to create an ActiveX EXE to which i can pass a socket discriptor and it will serve a client.
Actually what i want is ,there will be an executable which will be listening to a port and when it detects an connection request, i will use createobject to create a thread and pass on the requestid so the newely created thread can serve the connection acquired
Please help me soon, i want to to do some processing as per request
Actually what i want is ,there will be an executable which will be listening to a port and when it detects an connection request, i will use createobject to create a thread and pass on the requestid so the newely created thread can serve the connection acquired
Please help me soon, i want to to do some processing as per request