Embedding a File Explorer instance in a Windows Forms application form

前端 未结 8 1389
心在旅途
心在旅途 2020-12-01 02:04

My (C#, .NET 3.5) application generates files and, in addition to raising events that can be caught and reacted to, I want to display the target folder to the user in a form

8条回答
  •  隐瞒了意图╮
    2020-12-01 02:25

    You may want to look at the ExplorerBrowser object.

    See http://blogs.msdn.com/ieinternals/archive/2009/12/30/Windows-7-Web-Browser-Control-will-not-browse-file-system.aspx for more details.

提交回复
热议问题