VB6 Winsock Control vs. Winsock API 
Author Message
 VB6 Winsock Control vs. Winsock API

I've jumped into the winsock pool at the deep end as my first
application must transfer large quantities of data frequently (up to
32K every second).

What is the practical difference between developing with the Control
vs. the API?  What does the API give you over the Control?



Wed, 15 Dec 2004 09:19:49 GMT  
 VB6 Winsock Control vs. Winsock API
If you are not experienced w/socket based development then I would suggest
going with the control. The API is a lot of work. Have a look at my Winsock
control replacement for an example of what the control might do under the
covers:

http://killervb.com/winsocklib.aspx

"stream-based" programming is enough to worry about without having to worry
about all the other stuff :)

+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+
Monte Hansen
http://KillerVB.com
+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+


Quote:
> I've jumped into the winsock pool at the deep end as my first
> application must transfer large quantities of data frequently (up to
> 32K every second).

> What is the practical difference between developing with the Control
> vs. the API?  What does the API give you over the Control?



Wed, 15 Dec 2004 11:07:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB6 Winsock Control vs. Winsock API

2. Winsock vb Control vs Winsock 32 API??

3. winsock api vs winsock control

4. winsock api vs winsock control

5. Winsock OCX vs Winsock API?

6. Winsock OCX vs. Winsock API

7. WinSock control CPU hog and gimme WinSock API! :)

8. use the winsock Control or winsock API

9. use the winsock Control or winsock API

10. winsock api, not winsock control

11. Winsock.ocx vs Winsock.dll

12. Winsock.bas (pure Winsock API programming)

 

 
Powered by phpBB® Forum Software