| | |
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 |
.net .net2008 2005 2008 access account advanced array basic beginner browser button buttons center check code combo crystalreport cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic dropdownlist excel fade filter forms ftp generatetags gridview html images input insert intel internet listview map mobile monitor net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem read remove save searchvb.net select serial settings shutdown soap socket sqlserver survey table temperature textbox timer timespan transparency trim txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode year






Otherwise you're looking at a custom control.