Good old-fashion File Listbox in C#.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In VB, there was a simple little control called a file listbox. I want to
implement the same thing as elegantly as possible in C#. I think I do it with
the combination of a DirectoryInfo object and a Listbox control. But I'm not
quite sure how I hook them together. Any help would be much appreciated!

Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top