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.
ユーザーがファイル リスト (doc、msg、pdf など) をナビゲート (開閉) できるようにする C# アプリを作成する必要があります。
アプリは、既定のアプリケーション (Microsoft Word など) でファイルを開く必要があります。
ファイルを閉じるときに、ファイルが編集されている場合、既定のファイル アプリケーションは、閉じる前にユーザーに保存するように求めます。
私は次のSOの投稿を見てきましたが、それは私が求めているものではありません:
ヒント: Directory.GetFilesメソッドとProcess.Startメソッド。