On Error GoTo Canceled
With Me.CommonDialog
.FileName = ""
.Filter = "Pictures (*.bmp;*.jpg)|*.bmp;*.jpg"
.ShowOpen
'Query User
'Has file ( file = .filename)
End With
Canceled:
|
Results 1 to 1 of 1
Thread: [VB] CommonDialog
|
Click Here to Expand Forum to Full Width |