|
-
Sep 8th, 2007, 04:20 PM
#1
Thread Starter
Addicted Member
[2005] I need a FileListBox with Icons.
Hello
As you know, the "FileListBox" control only shows the file names, but doesn't show the icons of the files. Is there a listbox that can show both filenames and fileIcons? (I don't want a DialogBox, I need a ListBox).
Thank you
-
Sep 8th, 2007, 08:19 PM
#2
Re: [2005] I need a FileListBox with Icons.
There's no standard control that does that, but .NET controls are made to be extensible. You can inherit the ComboBox or ListBox and add that functionality yourself. You'll no doubt find that there are many third-party controls that have done just that. No doubt you could find a free one if you looked. The library in my signature includes a ComboBox that supports icons on the items but no ListBox. If I wanted one I'd be going to The Code Project first, then Googling.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|