Creating such a program isn't very simple. You need a lot of preparation and requires programming practice. You also need to keep in mind that since you're creating a chat program, you want other clients to be able to correspond - meaning that your program must be able to connect over a network or the Internet - which isn't a simple task.
I would recommend coding with C#, which in that case Microsoft Visual Studio is a very good program which will allow you to create the program you have in mind or you can try PHP also.

Post a Comment