How do you read and write RibbonApplicationMenuBar recent items to a file or Inifile?
The help file is not very helpful for getting at the list of recentitem strings to save and reload the recent items. I can add items to the recent items list by Ribbon1.AddRecentItem( APathFilename ) and open the file associated with the recent item with the RecentItemClick event but i can not figure out how to save and reload recent filenames to the recent items list.
Bill