如何清除FileDialog的下拉列表历史记录?

问题描述:

似乎我的应用程序记住以前保存/打开的文件。如何清除最近的历史记录,防止应用程序在将来跟踪保存/打开的文件?

It seems that my application is remembering previously saved/opened files. How can clear the recent history and prevent the application from keeping track of saved/opened files in the future?

我想要能够从应用程序中执行此操作,没有要求客户参与。

I want to be able to do this from the application, without requiring client involvement.

我想这些信息被保存到注册表中。

I suppose that the information is saved to the registry.