Results 1 to 2 of 2

Thread: [2008] DataRepeater: Filter pictures in <directory> by filename

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    [2008] DataRepeater: Filter pictures in <directory> by filename

    I have VB POwerpack 3.0 datarepeater with 1 picturebox control which on form load I would like to fill with images found in my pictures.

    I have textbox1 used to pass a searchstring to the filter.

    Once loaded I would like to filter the pictures in the datarepeater by filename
    Code:
    Me.DataRepeater1.Filter = String.Format("[File Name] LIKE '%{0}%'", Me.TextBox1.Text)
    Can someone please show me how to set this up ?
    Last edited by Xancholy; Jun 8th, 2008 at 04:42 AM.

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    Re: [2008] DataRepeater: Filter pictures in <directory> by filename

    anyone ?

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