I use filelistbox, drivelistbox and dirlistbox
I have problem.. I can see the image file in filelistbox when I browse the file.How I can select the file from filelistbox and click the button to view the image?
Code:For i = 0 To File1.ListCount - 1 strFullPath = Dir1.Path & "\" & File1.List(i) next i




Reply With Quote