Chat Clients in Visual Basic

I'm relativley new to programming in VB.net 2005, and i'm thinking of doing a project for work and making a chat client. I have been searching and the only way i have thought about doing it is with the port-listening function.

Is it possible to do this using VB? And what would i need to do to have this running in my project?

Thanks,

Nick Rawe

[517 byte] By [NickRawe] at [2007-12-22]
# 1

Hi Nick

Yes listening to Ports and making client/server applications are very much possible in VB 2005.

i would suggest you to use UDP protocol rather than TCP to make a simple chat application.

Other possible ways to make a chat application in VB2005 is via remoting and Named Pipes/

Try these links

http://www.codeproject.com/dotnet/dotnetchatapplication.asp

http://www.codeproject.com/cs/internet/TCPIPChat.asp

VikasVerma at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2

Hi Vikas,

Thanks for the links, they have given me some useful ideas on ways to construct my project...

Nick

NickRawe at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic Language...