A component to easily chat with visitors on a website. It's becoming popular to be able to interact and offer support that way. Maybe based on the Windows Live Components or something along those lines.
Hi all, With R2 2018 we introduced RadChat control for WPF - check the help documentation for more details: https://docs.telerik.com/devtools/wpf/controls/radchat/overview. Regards, Kalin
Hi Mohan, To achieve similar behavior with minimum effort, you can use an ItemsControl with a custom ItemTemplateSelector to display the messages. As an alternative approach, you can use a RichTextBox for the messages view.
Hi , I have a requirement to implement a chat window for desktop application using WPF. Please let me know , is there any control which act as a skype chat window (atleast few functionalities) Thanks, Mohan