If the programms do not run, you also need the
Microsoft-VisualBasic-Runtime-Files:
Download VB6.0 Runtime-Files
Here is a screenshot of Many-Chat V2.14

ManyChat is a Multi-User-Chat
If you want to say something according to my projects, you can write me an E-Mail with following reference:
"Homepage_eng_Many-Chat"
ManyChat fullinstallation (2.0MB)
ManyChat
VB6-Source-Code
(135KB)
New in Version 2.14
- added about-window with my logo and Homepage + version of Manychat
- Whiteboard got it's own window now
- changed scurrentcolor-function so that it works for drawing color
(whiteboard) and writing color (main window) seperately
- Server now differs between local and external IPs
- Server now reads the IP of the connected clients and gets his IPs from
the clients
- IPs of users are shown in new list next to the name list
- disabled textbox for IP input while connection is still up and running
and enabling it if disconnected
- now if you draw a point, it is as large as the drawn lines (before
it was too small)
- clientside connection-delay is now much longer and waiting for the
connection to the server is shown in the status-window
- moved all functions (and some declarations) out of frmMain into
the Functions modul
- moved sending of clients name to sckclient_connect event
- removed some unnecessary code
- changed name of winsock-controls into sckServer and sckClient to
make it more clear for whom they are (Server or Client)