If I want to get file info from a file called by a dialog box, I can use
No Problem.VB Code:
Dim File As FileInfo = = New FileInfo(ofdImage.FileName)
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


Reply With Quote
Multi-Clipboard
