954,184 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help with VB.NET Chat Application Interface

Hello,
I'm currently developing a Chat Application in VB.NET which is similar to MSN Messenger. I need to know the control to use for the message area of the chat window in which the messages sent and recieved will be shown. I tried using the rich text box but it does not support hyperlinks and emoticons......so what control should i use? pls suggest

freefika
Newbie Poster
2 posts since Aug 2006
Reputation Points: 10
Solved Threads: 0
 

The easiest way would prolly be to use a WebBrowser object. :) Otherwise you're looking at a custom control.

Inanna
Junior Poster in Training
90 posts since Oct 2006
Reputation Points: 53
Solved Threads: 6
 

Hello i want to develop a chat application in .net... Can you suggest any Idea to develop the application... (Urgent) plz...

suresh_tekh
Newbie Poster
1 post since Dec 2007
Reputation Points: 10
Solved Threads: 0
 

You need to use the Winsock control (an example: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2253&lngWId=10 ) or another socket control like secure socket library (example: http://www.bigspeed.net/articles/securechatvb7/securechat.html) . Secure socket library may be a better choice since most examples of winsock that you find will be in VB6.

emurf
Light Poster
37 posts since Nov 2007
Reputation Points: 12
Solved Threads: 4
 
Hello i want to develop a chat application in .net... Can you suggest any Idea to develop the application... (Urgent) plz...

you have to know the basics of socket program and then chat program
, try this http://vb.net-informations.com/communications/vb.net_socket_programming.htm

http://vb.net-informations.com/communications/vb.net_chat_server_program.htm

john_v
Newbie Poster
1 post since Apr 2008
Reputation Points: 10
Solved Threads: 0
 
Hello i want to develop a chat application in .net... Can you suggest any Idea to develop the application... (Urgent) plz...


Hi
If you are really interested in building a chat application the likes of yahoo messenger send me an email. We could work together. [email]slimtugo@yahoo.com[/email]

slimtugo
Newbie Poster
1 post since Oct 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You