Visual Basic 4 Socket communication (WinSock) Need Help! 
Author Message
 Visual Basic 4 Socket communication (WinSock) Need Help!

If anyone has got some free source code for interfacing to WinSock with Visual
Basic 4...  I would be very happy  to get them.

Anders Eliasson



Sat, 12 Dec 1998 03:00:00 GMT  
 Visual Basic 4 Socket communication (WinSock) Need Help!



Quote:
> If anyone has got some free source code for interfacing to WinSock with Visual
> Basic 4...  I would be very happy  to get them.

What you need is to go and purchase the book, BUILDING INTERNET APPLICATIONS
WITH Visual Basic.  Although I think the author uses VB3 (or it may be 4, I
can't remember), you should be ok.  

Or if you want life even easier, you could see if the CWSOCK.VBX is available
as an OCX for VB4.  This is a custom control, which produces appropriate
socket events for your application to get.  I use this VBX within my Visual
Basic 3.0 stuff, and it works great...  I mean, it is not that difficult to
get a working SMTP Mail Client/Server.  I managed mine in a day, from
scratch.  Its just testing costs that take the whole in your wallet if you are
on a dial-up account :)

Another good reason for getting the aforementioned book, is that on the
accompanying CD-ROM, apart from a host of example Internet applications (and
the source from the book), you get the RFC's, which have all those lovely
Internet protocols in them.  So, with just the VBX/Book you can quickly have
your VB Internet applications running well.

Make sure you have experience with dynamically adding & removing controls,
as this is needed when using listening sockets and accepting them to other
sockets.

Good Luck!

--
Cheers,

Ben                                     -=Look for "Moo-Juice" on the IRC=-

---------------------====### legal notice ###====--------------------------
Microsoft  Network  is prohibited   from  redistributing  this  work in any
form,in whole or in part.   License to distribute this post is available to
Microsoft for $499.  Posting without permission constitutes an agreement to
these terms.



Sat, 12 Dec 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. need some basic information on visual basic and visual c++

2. This make me very angry (Winsock 2 and Visual Basic Winsock Control)

3. need some basic information on visual basic and visual c++

4. Help required using Winsock API calls with Visual Basic

5. NEED HELP WITH VISUAL BASIC 4.0 32-BIT SOMEONE HELP

6. Building sockets in ACCESS (with Visual Basic for Applications)

7. socket access from visual basic client to linux server

8. Visual Basic Socket Programming from a DLL.

9. Visual Basic 6.0 Sockets

10. Visual Basic and sockets

11. Sockets in Visual Basic for Applications??

12. Using blocking socket calls in visual basic

 

 
Powered by phpBB® Forum Software