| | |
Help with VB.NET Chat Application Interface
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Aug 2006
Posts: 2
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Nov 2007
Posts: 37
Reputation:
Solved Threads: 4
You need to use the Winsock control (an example: http://www.planet-source-code.com/vb...2253&lngWId=10) or another socket control like secure socket library (example: http://www.bigspeed.net/articles/sec...curechat.html). Secure socket library may be a better choice since most examples of winsock that you find will be in VB6.
•
•
Join Date: Apr 2008
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
Hello i want to develop a chat application in .net... Can you suggest any Idea to develop the application... (Urgent) plz...
, try this
http://vb.net-informations.com/commu...rogramming.htm
http://vb.net-informations.com/commu...er_program.htm
•
•
Join Date: Oct 2008
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
Hello i want to develop a chat application in .net... Can you suggest any Idea to develop the application... (Urgent) plz...
If you are really interested in building a chat application the likes of yahoo messenger send me an email. We could work together. slimtugo@yahoo.com
![]() |
Similar Threads
- sms-chat application in vb.net(urgent help needed) (VB.NET)
- Software Engineer in .Net Web Application avaible (Web Development Job Offers)
- ASP.Net YAF Application Error (ASP.NET)
- 1 .Exporting data from Dataset to XLl sheet in VB.net Windows Application &vice versa (VB.NET)
- Software Engineer in .Net Web Application avaible (Web Development Job Offers)
- ASP .NET Web Application setup? (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: convert c++
- Next Thread: Seperators in DataGridView
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access account arithmetic array assignment basic box button buttons center check code component connectionstring convert crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist editvb.net excel fade file-dialog firewall folder ftp generatetags hardcopy image images input insert intel isnumericfuntioncall math monitor navigate net networking opacity output passingparameters peertopeervideostreaming picturebox picturebox1 port problem problemwithinstallation project record reports" savedialog searchvb.net select shutdown string survey tcp temp temperature text textbox timer toolbox trim updown user useraccounts usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






Otherwise you're looking at a custom control.