View Single Post
Old 03-09-2004, 09:38 AM   #1 (permalink)
John Henry
Addict
 
Location: Grey Britain
[VB6] Winsock Chat app with multiple clients

I'm trying to write a chat app that will eventually be included in a larger piece of software. I haven't been coding in VB for long and it's a lot harder than I expected.

I want the program set up so that a central server is used to pass messages between individual clients. I also want each client to have a dropbox which lets them choose from a list of other online clients and I need to take a log of all conversations.

I have already written (Or rather I've largely plagiarised ) a very simple single client-server chat program and I'm in the middle of converting it.

It's going very slowly (writing it, not running it) and I would gladly welcome any relevant tips, advice, links, etc.
__________________
"No one was behaving from very Buddhist motives. Then, thought Pigsy, he was hardly a Buddha, nor was he a monkey. Presently, he was a pig spirit changed into a little girl pretending to be a little boy to be offered to a water monster. It was all very simple to a pig spirit."
John Henry is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73