| | |
Help with VB.NET Chat Application Interface
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
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 .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons click code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationthesis dissertationtopic dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pdf picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial settings socket sqldatbase sqlserver storedprocedure string temp textbox timer transparency txttoxmlconverter useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic.net visualstudio.net web wpf wrapingcode xml






Otherwise you're looking at a custom control.