Hi T�mas, This might be a little off-topic but hopefully helps...
Chris Sells said: > Actually, Genghis is about to get that. Mike has a demo if you'd like to > contact him directly. Yep, I have a demo implementation of an MRU for .NET which has the following features: - MRU in same menu or as a sub-menu - Option to set the number of files to appear in the MRU list - Option to set the max char count of filenames in MRU Text ie does the standard filename string compression eg "c:\...\filename.txt" The MRU component does not currently store the MRU list, but the demo shows how to a client can store it in IsolatedStorage. It will be downloadable from Genghis [1] soon, but if you or anyone would like to see the current version of the demo/source, please contact me. michael w [1] http://www.sellsbrothers.com/tools/genghis/ On Fri, 17 May 2002 09:17:17 +0200, =?iso-8859-1?Q? =22Gudmundsson=2C_T=F3mas=22?= <[EMAIL PROTECTED]> wrote: >Hi, trying again :-) > >I can't find anything in doc or elsewhere on how to implement a most >recently used list for the File menu in a Windows Forms application. > >Does anybody have any ideas ? > >Any help much appreciated ! > >Thanks >T�mas Gudmundsson >SPSS > >You can read messages from the DOTNET archive, unsubscribe from DOTNET, or >subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
