WPF RichTextBox supporting smileys

An editor supporting smileys is most important feature nowadays. Any chat editors should render smileys from a piece of text. For example, ":)" denotes a smiling face. This article helps you to create an extended rich text editor which support smileys. [Read more]

GIF Animation in WPF

GIF images cannot be used directly in a WPF application. There are lot of third party libraries which support GIF images in WPF. Here is one which could play animated sprite sheets in WPF. [Read more]

Text binding to WinRT RichTextBlock

Normally it is not possible to bind text to WinRT RichTextBlock as we do for TextBlock. RichTextBlock is devoid of Text dependency property. So the only way is to populate the Blocks property with paragraphs in code behind. But by simply declaring an attached property, we can achieve binding to text in RichTextBlock.  The XAML... Continue Reading →

Up ↑