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# 应用程序,使用户能够浏览(打开和关闭)文件列表(doc、msg、pdf 等)。
该应用程序需要在其默认应用程序(例如 Microsoft Word)中打开文件。
关闭时,如果文件已被编辑,默认文件应用程序将提示用户在关闭前保存。
我已经看过以下 SO帖子,但这并不是我所追求的:
提示:Directory.GetFiles方法和Process.Start方法。