Shoutbox

Winsock Layered Service Provider - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Winsock Layered Service Provider (/showthread.php?tid=49667)

Winsock Layered Service Provider by DJeX on 08-29-2005 at 03:17 AM

How could I make or use a Winsock Layered Service Provider in Visual Basic? Or maybe there is a C++ code that I can compile and use with my VB program.


RE: Winsock Layered Service Provider by segosa on 08-29-2005 at 06:57 AM

http://www.microsoft.com/msj/0599/LayeredService/LayeredService.aspx


RE: Winsock Layered Service Provider by DJeX on 08-29-2005 at 08:46 PM

So I take it that it's not possible to make one in VB. Humm I'll have a look at that C++ article though.


RE: Winsock Layered Service Provider by Dempsey on 08-29-2005 at 08:51 PM

yea AFAIK its not possible in pure VB, but someone may have done a lot of the work and made a DLL or type library you could use in VB.


RE: Winsock Layered Service Provider by DJeX on 08-29-2005 at 09:00 PM

quote:
Originally posted by Dempsey
but someone may have done a lot of the work and made a DLL or type library you could use in VB.

That would be nice :P What would I search for on Google to see if I can find one?
RE: Winsock Layered Service Provider by Concord Dawn on 08-29-2005 at 09:08 PM

quote:
Originally posted by DJeX
quote:
Originally posted by Dempsey
but someone may have done a lot of the work and made a DLL or type library you could use in VB.

That would be nice :P What would I search for on Google to see if I can find one?

Winsock VB library?
RE: Winsock Layered Service Provider by DJeX on 08-29-2005 at 09:11 PM

quote:
Originally posted by Concord Dawn
quote:
Originally posted by DJeX
quote:
Originally posted by Dempsey
but someone may have done a lot of the work and made a DLL or type library you could use in VB.

That would be nice :P What would I search for on Google to see if I can find one?

Ahh no that will find me the winsock control. I need the Layered Service Provider stuff.

Winsock VB library?