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