|
-
Jul 13th, 2003, 02:06 PM
#1
Thread Starter
Member
How to make a Chat?
Hii,
I know there's lots of tutorials and dozens of free chat for download, but I just wanna know some basics about making a chat app before I start myself.
I have noticed that almost all VB chat use winsock and as far as I can see that means you need a server and a client chat. Isn't there a way around this. I'm developing a small text based game, just for the kick of it and I don't really like the idea of having a chat server.
So should I save the chat in a txt file on a server I've access to and won't that limit the number of people being able to chat at once.
ThanX
-
Jul 13th, 2003, 06:36 PM
#2
Sleep mode
You better search this forum for useful info .
-
Jul 13th, 2003, 09:15 PM
#3
Fanatic Member
Re: How to make a Chat?
Originally posted by bjawnie
I have noticed that almost all VB chat use winsock and as far as I can see that means you need a server and a client chat. Isn't there a way around this.
You can use the winsock control or the winsock api to create a chat program. You don't need a server to do it. You can do client to client without a dedicated server. You can write it so the program is the client and server on every machine.
There are examples in MSDN. If you don't have the disk, check out MSDN on-line for examples. Also, my MCSD exam-prep books contain some pretty good winsock examples.
"Look! Up in the sky! It's a bird! It's a plane! It's Diaper-Head Boy! (there by my name!) Yes, Diaper-Head Boy, who disguised as my son, Seth, fights a never-ending battle for truth, justice and terrorizing my house!
Resistance is futile, you will be compiled . . . Please!
-
Jul 14th, 2003, 05:22 AM
#4
Thread Starter
Member
You can use the winsock control or the winsock api to create a chat program. You don't need a server to do it. You can do client to client without a dedicated server. You can write it so the program is the client and server on every machine.
Hm... Sounds interesting. Does that mean that each chat clients sends info to all the other chat clients? Isn't that a lot of work?
Great with the references but do you think you could throw me a link to some online resources. ThanX!
-
Jul 14th, 2003, 12:33 PM
#5
Fanatic Member
"Look! Up in the sky! It's a bird! It's a plane! It's Diaper-Head Boy! (there by my name!) Yes, Diaper-Head Boy, who disguised as my son, Seth, fights a never-ending battle for truth, justice and terrorizing my house!
Resistance is futile, you will be compiled . . . Please!
-
Jul 15th, 2003, 04:39 AM
#6
Thread Starter
Member
f there were a "donate points" function in this forum I would have given your all my points. This is some great references.
ThanX
-
Jul 15th, 2003, 07:28 AM
#7
Fanatic Member
You are very welcome! Good luck with the project
"Look! Up in the sky! It's a bird! It's a plane! It's Diaper-Head Boy! (there by my name!) Yes, Diaper-Head Boy, who disguised as my son, Seth, fights a never-ending battle for truth, justice and terrorizing my house!
Resistance is futile, you will be compiled . . . Please!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|