Results 1 to 2 of 2

Thread: [2005] I need a FileListBox with Icons.

  1. #1

    Thread Starter
    Addicted Member javad2000's Avatar
    Join Date
    Dec 2006
    Posts
    238

    [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width