Extended File Properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to read a file's "extended" properties, i.e. for some JPEG images
taken with a digital camera, I'd like to read the "Date Picture Taken"
property. I can see this property from the Summary tab (in Advanced mode)
using Windows Explorer.
 
Post your message to a newsgroup with "windows" in the description. They
are on the bottom of the dropdown list in the MS Discussion Group
interface. This is a .Net Programming newsgroup.

Robin S.
 
Hi,

I agree with Garfilone here that the properties you're looking for is
actually stored using EXIF (http://www.exif.org). The property should be
"DatePictureTaken" to let you know the "Date Picture Taken" information.

Here's an example exactly listing the "Date Picture Taken" information from
files:

http://www.vbaccelerator.com/home/NET/Code/Libraries/Graphics/Reading_EXIF_T
ags_from_JPG_Files/article.asp

Hope this helps.

Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thank you for your valuable contribution Robin, however, I do think I've
posted to the correct discussion group.

You, on the other hand, might find it useful to start posting in the group
called "I need to get a Life"!
 
Thanks for your suggestion. I did misunderstand that you wanted to do that
with .net, because it was not clear to me, especially since neither .Net
nor VB nor C# appear in your posting.

If you were a regular reader of this newsgroup, you would see that there
are roughly a dozen or so posts a day from people asking windows questions
because they posted to the wrong group.

Investigation has revealed that this is because they are using Microsoft's
interface to the usenet groups, and the dropdown list does not display the
entire group names, so this one is the first one that shows up as "General
Discussion" and that's all that shows up, nothing about .Net.

So rather than let these poor people post something and sit there wondering
why it was never answered, I let them know they've posted to the wrong
place so they can post to somewhere they can actually get an answer.

I don't mind being corrected when I misunderstand, but you don't have to be
rude when I'm trying to help people. A simple "but this *is* a .Net
question" would suffice.

Robin S.
-------------------------------------------
 
I apologise.

RobinS said:
Thanks for your suggestion. I did misunderstand that you wanted to do that
with .net, because it was not clear to me, especially since neither .Net
nor VB nor C# appear in your posting.

If you were a regular reader of this newsgroup, you would see that there
are roughly a dozen or so posts a day from people asking windows questions
because they posted to the wrong group.

Investigation has revealed that this is because they are using Microsoft's
interface to the usenet groups, and the dropdown list does not display the
entire group names, so this one is the first one that shows up as "General
Discussion" and that's all that shows up, nothing about .Net.

So rather than let these poor people post something and sit there wondering
why it was never answered, I let them know they've posted to the wrong
place so they can post to somewhere they can actually get an answer.

I don't mind being corrected when I misunderstand, but you don't have to be
rude when I'm trying to help people. A simple "but this *is* a .Net
question" would suffice.

Robin S.
 
Thank you. I hope you got the help you needed with your (.Net) problem.
:-)

Robin S.
--------------------------------------
 
Back
Top