![]() |
A simple Chat room - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: A simple Chat room (/showthread.php?tid=990) |
A simple Chat room - Nintendork - 07-06-2007 I wana make a simple chat room to get the basics of a clint/server comunication. however I have no idea how to even start. I DO know VB preay well. so how could I make one? ALSO can this server be used to host a web game, like Neopets? Re: A simple Chat room - William - 07-06-2007 You can easily google for "vb Winsock Chat" and find an example, its very easy to construct a chat. I dont know what Neopets so cant help you there. Re: A simple Chat room - William - 07-06-2007 You made it sound very difficult ![]() Re: A simple Chat room - Reece - 10-06-2007 And btw, Neopets is in Mysql and PHP so VB wont work. Re: A simple Chat room - Tosuxo - 14-06-2007 Renegade Wrote:And btw, Neopets is in Mysql and PHP so VB wont work. well in theory it's possible, but it wouldn't be the same, e.g. you have a form with like "feed pet" and it sends the data to the server and it sends new hunger etc for the pet back but php would be muuuuuch better so really it's for browsers only Re: A simple Chat room - Robin - 14-06-2007 Tosuxo Wrote:Renegade Wrote:And btw, Neopets is in Mysql and PHP so VB wont work. He said server, not client. |