Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MultiThreading in Vb uing ActiveX EXE

Status
Not open for further replies.

vinaikk

Programmer
Jun 22, 2002
1
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top