| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Dec 2005
Posts: 208
![]() | instant messaging applications I am wondering about how instant messaging programs work. Does anyone have any idea? Like what language would you need to program it in, what network protocol (if any) does it require. I am very curious about this. What does it take to build an application like AIM? thanks for all the insight!
__________________ + Domains I have for sale here |
| |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2005 Location: East Yorkshire, England
Posts: 2,689
![]() ![]() ![]() ![]() ![]() ![]() ![]() | Well, its pretty easy to do in VB6, dont know about any other language. In VB6 the client can be made with: 1 Winsock Control, 2 Textbox Control, 1 Command Button And the server: 1 Winsock Control And the protocol I generally use is something like this: *join "username" *msg "username":"message" *exit "username" |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Regular Join Date: Dec 2005
Posts: 208
![]() | hmm ok thanks guys. i dont really know anything about programming. the most i have done is php and mysql, which is pretty simple. any more insight would be great, too. do you know of a good place I should start if i am a total noob to VB and other languages?
__________________ + Domains I have for sale here |
| |
| | #5 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | http://www.gfx-depot.com/forum/showt...d=7527#pid7527 That's how to do stuff in VB with MSN. I don't know if any of it actually works or does anything because I don't know VB at all, but I'm assuming it helps. |
| |