If I want to get file info from a file called by a dialog box, I can use

VB Code:
  1. Dim File As FileInfo = = New FileInfo(ofdImage.FileName)
No Problem.
What about if i want to get the same info from a picturebox.image because there doesn't seem to be a picturebox.filename property.

Thanks