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 0 Newbie Poster
Recommended Answers
Jump to Post— Inanna 29The easiest way would prolly be to use a WebBrowser object. :) Otherwise you're looking at a custom control.
Jump to Post— emurf 2You need to use the Winsock control (an example: ) or another socket control like secure socket library (example: ). Secure socket library may be a better choice since most examples of winsock that you find will be …
All 5 Replies
Inanna 29 Junior Poster in Training
RvSon commented: good ans. +0
suresh_tekh 0 Newbie Poster
emurf 2 Light Poster
john_v 0 Newbie Poster
slimtugo 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.