Multithreading WINSOCK in VB6 
Author Message
 Multithreading WINSOCK in VB6

Yes.


Mon, 16 Jun 2003 05:15:48 GMT  
 Multithreading WINSOCK in VB6
Can you share some examples or notes how to do this.  I have been told
continuously to do
it in VC++ instead of VB.

Regards
Chris


Quote:
> Yes.



Mon, 16 Jun 2003 06:31:53 GMT  
 Multithreading WINSOCK in VB6
Try www.codehound.com
or www.planet-source-code.com


Sun, 22 Jun 2003 02:23:34 GMT  
 Multithreading WINSOCK in VB6
You need to use the Asynchronous winsock functions or use non-blocking.
The standard winsock function are blocking which make your program wait
until the task has completed.  As far as examples, sorry, I don't have
any.. I'm trying to learn how to do this myself.. You can check out the
MSDN Online Library under:

Platform SDK
  Networking and Directory Services
    Network Protocols
      Windows Sockets Version 2

The asynchronous functions start with WSA...

That should give you a good starting point..  Good luck!

Dan

Sent via Deja.com
http://www.deja.com/



Sun, 22 Jun 2003 03:00:55 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. R: Multithreading WINSOCK in VB6

2. Winsock (Multithreading)

3. Multithreading a winsock application

4. Winsock and Multithreading

5. VB6 vs. VB5 when it comes to multithreading

6. *CoSrv* , VB6 multithreading enabler COM add-in ???

7. Multithreading a Sub or Function in VB6

8. MultiThreading in VB6 with COM Iteraction

9. multithreading with vb6

10. PowerBasic/VB6( in MultiThreading)

11. *CoSrv* , VB6 multithreading enabler COM add-in ???

12. Multithreading in VB6 ?

 

 
Powered by phpBB® Forum Software