G
Guest
I've written a simple application which connects to an FTP server and
recursively lists the contents of the directories in this server in a
ListBox. What I'm wanting to do is change the ListBox and instead, use
something like the Windows file browser. Like when you go through My
Computer, that kind of thing.
Looking at the components that come with Windows.Forms I'm guessing my best
bet is the ListView. The problem I see with this component is, although you
can add pictures for the icons of the contents, they wont be the official
icons. I.E. When the user changes the icon theme these wont change because
they're static pictures.
Is it possible to use the official file browser in a C# app and if so how?
If not, what alternatives are there that I should look at?
Cheers,
Darrell
recursively lists the contents of the directories in this server in a
ListBox. What I'm wanting to do is change the ListBox and instead, use
something like the Windows file browser. Like when you go through My
Computer, that kind of thing.
Looking at the components that come with Windows.Forms I'm guessing my best
bet is the ListView. The problem I see with this component is, although you
can add pictures for the icons of the contents, they wont be the official
icons. I.E. When the user changes the icon theme these wont change because
they're static pictures.
Is it possible to use the official file browser in a C# app and if so how?
If not, what alternatives are there that I should look at?
Cheers,
Darrell