Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get info on image file

Status
Not open for further replies.

mbrad

Technical User
Jun 29, 2005
1
CA
Thanks for taking the time to read my question.

I am wondering if you can use ActiveX to retrieve an image files metadata. If you right mouse click on an image, select Properties, then choose Summary, you can enter info like Title, Comments etc.

Can ActiveX retrieve that info?

I found this code to get the date created info.
Code:
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
			file = myActiveXObject.GetFile("C:\\LNUPictures\\Images\\" + TheProdCode + ".jpg");
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top