Most recently used menu?

  • Thread starter Thread starter Richard Lewis Haggard
  • Start date Start date
R

Richard Lewis Haggard

In VS05, I've created a menu for the application and would like to insert a
'most recently used' item to hold, of course, the most recently used items
that this application is associated with. However, it is not clear to me how
this should be done. Would someone be kind enough to point me in the right
direction? Thanks.
 
I would imagine you would need to build a mechanism where by you store the
most recently used files. Many applications do this in the registry, you
could also do this in the database (if your application has one it is
already using), or in a file. Then you check the source where you keep this
list, and create the menu based on that.
 

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