Results 1 to 3 of 3

Thread: [RESOLVED] [2005]Regarding a Change Between VB6->VB 2005

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Resolved [RESOLVED] [2005]Regarding a Change Between VB6->VB 2005

    Ok, In VB6 they have a DriveListBox and a FileListBox, I was wondering what the equivalent is in VB 2005. Or is there another way if it is not a component, I am doing a really cool program and would really appreciate it if someone could help me.

    Thanks everyone!



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

    Re: [2005]Regarding a Change Between VB6->VB 2005

    There are no controls that correspond directly. You can use the ComboBox, TreeView and ListView controls to list files and folders. They can be customised in various ways which would include showing icons for files and folders. There are numerous third-party examples where the customisation has already been done. For instance, the ElementsEx library in my signature has a TreeView control optimised for displaying folders and a ListView optimised for displaying files. If you want ComboBoxes for files and folders, which I believe that those VB6 controls basically were, then The Code Project would be the first place I'd be looking. See my signature for a link.
    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: [2005]Regarding a Change Between VB6->VB 2005

    Thanks, you have resolved my issue.



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