MRU equivalent in .NET

  • Thread starter Thread starter TGF
  • Start date Start date
T

TGF

Is there an equivalent implementation of CRecentFileList (MFC) in the .NET
framework, or a sample of how to do this efficiently. Right now I am just
using an array of String's but I would like to make it better.
 
I also worked on a flexible implementation of MRU framework (pluggable MRU
storages, pluggable menu controllers etc.). It is little bit unfinished but
I can send it to you if you are interested.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top