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
 
Back
Top