Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > Can you add a messanger-like item in a windows application?
 

Can you add a messanger-like item in a windows application?

I am making a program in which i would like to add an instant messenger in it, somewhat like windows live messenger but i don't have any code to base it off of.
Carstairs  Sunday, November 29, 2009 12:03 AM
Do a search for the code for a chat program either here or in the VB General forum . It will show the basics of a Clent/Server application using Tcp . Or just search for System.Net.Sockets.TcpClient
coding for fun Be a good forum member mark posts that contain the answers to your questions or those that are helpful
Please format the code in your posts with the button . Makes it easier to read .
bdbodger  Sunday, November 29, 2009 3:06 AM

You can use google to search for other answers

Custom Search

More Threads

• RC1: "Compiler has encountered a problem..... NEED HELP from MICROSOFT
• Calling local parameters from subroutine
• Is there a better way to do this
• Writing text in visual basic form
• put numbers into separate textbox or similar
• Application Exit
• Databinding with textboxes/datagrids
• Is it possible to initialize an indefinite (eg. Decimal) array without setting boundaries on the array length?
• Class properties: an invitation to weaker OOP programming?
• Calling List.FindAll generically