WPF

MishraReader – Windows 8 Style Google Reader With Nice Animations And Metro Interface

It’s been ages since Google updated the user interface of Google Reader. Even though Google Reader is a primary source of information for many, Google seems to have least interest in introducing new features and updating it’s UI. If you are one like me who uses Google Reader everyday but bored with it’s pale web …

MishraReader – Windows 8 Style Google Reader With Nice Animations And Metro Interface Read More »

How to fix “WPF Application hangs” Problem in Windows 7

I have a  WPF based application which was working fine on my “Windows 7” laptop till last night.Today when i tried to launch ,it just hanged and becomes non responsive .There is no information regarding any exception or error, except an “Application hang” event in the event Viewer. After a whole day of failed attempts, …

How to fix “WPF Application hangs” Problem in Windows 7 Read More »

How To Merge Two FlowDocument Objects Using C# Code[WPF]

As part of one of requirements in our application we had to appended a FlowDocument objects to another FlowDocument object. The requirement looked very simple and I tried the following which loops through the Blocks of source FlowDocument and appends them to target FlowDocument object. sourceDocument = (FlowDocument)XamlReader.Load(memoryStream); // foreach (Block aBlock in sourceDocument.Blocks) { …

How To Merge Two FlowDocument Objects Using C# Code[WPF] Read More »