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.
 
Back
Top