How to display a list of recently open files in Windows Forms?
I'm trying to do basically what I asked in the title. I've searched through the interwebs, but the only answer I found is from 2003, and I wonder if it doesn't exist a simpler way 开发者_开发百科today.
Thanks in advance!
There are plenty of implementations on CodeProject.
In my applications, I think I originally used this one and modified it to further fit smoothly into the applications.
精彩评论