Results 1 to 4 of 4

Thread: FileListBox Add File Extentions[Resolved]

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Posts
    566

    Resolved FileListBox Add File Extentions[Resolved]

    is it possible to add only a certain file extension to a FileListBox?

    like *.txt only.

    Thanks.
    if you helped me, consider yourself thanked

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: FileListBox Add File Extentions

    VB Code:
    1. FileListbox1.Pattern="*.txt"
    Please mark you thread resolved using the Thread Tools as shown

  3. #3
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: FileListBox Add File Extentions

    VB Code:
    1. File1.Pattern = "*.txt"
    2.  
    3. File1.Pattern = "*.txt;*.doc;*.whatsoever"

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Posts
    566

    Re: FileListBox Add File Extentions

    Wow I just posted not even 60 seconds ago! nice

    Thanks alot guys appreciate it.
    if you helped me, consider yourself thanked

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