PDA

Click to See Complete Forum and Search --> : winsock api


Louw Grobler101
May 11th, 2001, 05:07 AM
I want to use the winsock api's but the example I'm working
with is a bit to complicated. I need a simple example to get
started with.

This code seem's to be a bit to Advanced for me.
please help.

Vlatko
May 11th, 2001, 05:19 AM
Well, using winsock with API is not simple. It is complicated because the functions (in C++) handle a lot of pointers as parameters and doing that in VB is a bit complicated.
Try to understand it or use the WinSock control in VB.

Louw Grobler101
May 11th, 2001, 05:28 AM
Hey Thanks man that really helped