1

im making a Chat client and server.. everything was for the best, thread, connections, all ok.

But now my C# program got a problem.. ..i searched for hours and days without solution

Its my problem:

I need to replace the (classic) textbox for reading, with something that supports color, smile, font, maybe interactive features.

RichTextBox? No GIF support or interactive items

i like fastcoloredtextbox but cant change font or font-size (it's possible but does not work well) btw not right for me

I would use a Browser, which allows me to use html, css and javascript, so to solve all my problems..

Why i cant?

Geckofx? Don't work [!?] :|

Standard WebBrowser suck. I had Windows 8, but still IE9 (wtf?).

Awesomium? It's ok but can't modify the document... should i create a blank html page and insert all through javascript?

any solution? what do you suggest?

[it's a desktop app, i'm using vs2010]

thanks

EDIT: Got a solution.

WebSockets is the way..! :3

TheTrigger
  • 11
  • 1
  • 3

1 Answers1

0

I found a few links that could be useful if you want to use rtf:

But there are many possible answers to this question, so its really up to you how you want to display the messages.

Community
  • 1
  • 1
string.Empty
  • 10,393
  • 4
  • 39
  • 67