VB Code:
  1. If Not Dir(strFullFilePath, vbNormal) = "" Then
  2.     Picture1.Picture = LoadPicture(strFullFilePath)
  3. End If