How to create Recent Documents History in C# in WPF Application

Posted by Gagan on Stack Overflow See other posts from Stack Overflow or by Gagan
Published on 2010-03-08T07:34:46Z Indexed on 2010/03/08 7:36 UTC
Read the original article Hit count: 842

Filed under:
|
|

I am making a WPF Application in C# where I need to show the recent documents history (just like it happens in word, excel and even visual studio), showing the list the last 5 or 10 documents opened. I have absolutely no idea as to how I should go about it. Please help. And please be kind and gentle...I am an amatuer coder, and it is tough to digest high-tech talks as of now! :)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#