Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎我的应用程序正在记住以前保存/打开的文件。如何清除最近的历史记录并防止应用程序将来跟踪保存/打开的文件?
我希望能够从应用程序中执行此操作,而无需客户参与。
我想该信息已保存到注册表中。
最近打开的文件在哪里
然后删除它们:如何在 C# 中删除注册表值
只是:openfiledialog.FileName = "";