Tag Archives: WPF

Developing a simple RSS Reader in C#.Net

Yesterday one of my ex-colleague asked me how RSS feeds works and how to parse it in .Net Framework. I think helped him to get an idea about how RSS works. For the second one I started searching and I … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Silverlight, WPF | Tagged , , , , , | Leave a comment

Customize SpellCheck in WPF textbox

While working on a personal project (fleetIt). I worked on Textbox spell check option. I enabled it, it was working fine, until I added a context menu to to the textbox, for custom commands of my application. It was displaying … Continue reading

Posted in .Net, .Net 3.0 / 3.5, WPF | Tagged , , , , | Leave a comment

WPF interoperability with Windows Forms

In October 24th 2009, I got a chance to attend MS Community Techdays at Trivandrum. One of the session was WPF interoperability with Windows Forms. By using this we can use WPF controls in Classic Windows based applications. For this … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms, WPF | Tagged , , , | 1 Comment