IRC Client by Dann Daggett II 73k S / C
An IRC client written completely in VB.
SMTP Email Tester by Unknown author 4k S / C
This is a high quality example on how to send an email using the Winsock control. Very easy to use and with lot's of potential !
SendFile Demo17k S / C
This is an example of how to send a file to a remote computer using the Winsock control.It uses the TCP/IP protocol to establish a connection between the two computers.Then the server selects a file ,reads it into a string variable and sends it with a single call of the Winsock.SendData method. This is way faster than ICQ file transfers btw.
VB Winsock Chat by Richard C. Yarnell 12k S / C
This is an excellent program and I highly recommend the source code to anyone that wants to learn how to build multi-user winsock applications. It is multi-user chatroom and drawing whiteboard!! The code is very well commented ,actually it's the best winsock tutorial I have ever come across. Be sure to visit Richard's webpage for more neat stuff.
Winsock UDP Chat (VB6 project)12k S / C
This is the simplest possible chat program ,for real time chat between 2 people. Ofcourse it functions through the powerful Winsock control and it uses the connectionless UDP protocol because it's best for small data transfers. You have to type in a valid IP adress (or hostname) of a remote computer and 2 integers in the Local Port and Remote Port fields. Your Local Port has to be the other person's Remote Port and vise versa. After both users hit connect, each one's text shows up in the grey window of the other. To avoid lag when a lot of text succumbs, the program only sends the data typed inbetween the current and last linefeed.

If you haven't yet upgraded to VB6,you should download this zip archive .This is a 1.7mb setup program that will install all the nessecary components on your system.
Image Map Maker 8k S / C
A utility for building HTML image maps without going through the fuss of searching for coordinates . First you draw rectangular regions on the image that you have selected for the image map . Then the program prompts for the URL each region will lead to and the target frame the URL will load in . After you're done with all the clickable regions on the image ,you just click the Get HTML Code item in the Tools Menu .
VB5 Message Board 134k S / C
A simple message board in VB5 that allows users to post new topics or reply to existing ones (duh!) .The source code is well commented and constitutes a step by step tutorial on how to build a message board with VB5. If you happen to have a question on programming, go on and post it in here,me and a few other people visit regularly and you just might get your answer.You can also check out the messages and replies archive in text format .




[ Main | Projects | Source Code | Links | Guestbook | Custom Controls | Stats | About Me | Email ]



*All these need VB's runtime library Msvbvm50.dll in your Windows/System folder
*Hoover the mouse over the disk icon to see the size of the ZIP archive
*S indicates that the ZIP includes the source Visual Basic files .
*C indicates that the source code is well commented.