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.
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");