开发者

C# Grid-like interface (similar to a file explorer) to delete files from a Form

开发者 https://www.devze.com 2023-03-10 11:03 出处:网络
I am currently looking for a grid-like interface, that you can insert into a C# form. From the grid interface you are able to delete files, although not execute them.

I am currently looking for a grid-like interface, that you can insert into a C# form. From the grid interface you are able to delete files, although not execute them.

I'm fairly new to C# and have not seen su开发者_如何学Cch as Control which can do this yet.


Can you try this ? https://web.archive.org/web/20210513005012/http://www.4guysfromrolla.com/articles/090110-1.aspx . You can add path as a parameter on Delete buttton.

Also check this http://www.pr0g33k.com/blog/managing-files-with-aspnet/60


You might want to look into ListView control.

0

精彩评论

暂无评论...
验证码 换一张
取 消