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
Can someone please show me how to set this up ?Code:Me.DataRepeater1.Filter = String.Format("[File Name] LIKE '%{0}%'", Me.TextBox1.Text)




Reply With Quote