je n arrive pas a afficher a la fois des fichiers .jpg et .bmp ds un FileListBox :/ voila mon code .. merci de m aider!!
Private Sub File1_Click()
File1.Pattern = "*.bmp ; *.jpg"
SelectedFile = File1.Path & "\" & File1.FileName
Image1.Picture = LoadPicture(SelectedFile)
End Sub