Adding Summary Information to a file.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • genojoe

    Adding Summary Information to a file.

    From Windows Explorer you can open a properties dialog for any file from its
    context menu. This dialog has a Summary tab that includes "Title",
    "Subject", etc. among others. How do I populate these fields for a file
    using VB.NET. I thought that FileInfo class would provide this capability
    but apparently, it does not.

    Can someone point me in the right direction?
  • Herfried K. Wagner [MVP]

    #2
    Re: Adding Summary Information to a file.

    "genojoe" <genojoe@discus sions.microsoft .com> schrieb:[color=blue]
    > From Windows Explorer you can open a properties dialog for any file from
    > its
    > context menu. This dialog has a Summary tab that includes "Title",
    > "Subject", etc. among others. How do I populate these fields for a file
    > using VB.NET. I thought that FileInfo class would provide this capability
    > but apparently, it does not.[/color]

    See:

    <URL:http://groups.google.d e/group/microsoft.publi c.dotnet.langua ges.vb/msg/d3fdeeeb947d88e 0>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Adding Summary Information to a file.

      "genojoe" <genojoe@discus sions.microsoft .com> schrieb:[color=blue]
      > From Windows Explorer you can open a properties dialog for any file from
      > its
      > context menu. This dialog has a Summary tab that includes "Title",
      > "Subject", etc. among others. How do I populate these fields for a file
      > using VB.NET. I thought that FileInfo class would provide this capability
      > but apparently, it does not.[/color]

      See:

      <URL:http://groups.google.d e/group/microsoft.publi c.dotnet.langua ges.vb/msg/d3fdeeeb947d88e 0>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • genojoe

        #4
        Re: Adding Summary Information to a file.

        Your solution works for .DOC files. It does not work with .RTF files. I am
        looking for a general way to add comments to .RTF, .JPG files and other files
        if this is possible. It can be done manually, but I am looking for a VB.NET
        way to do it in code.

        "Herfried K. Wagner [MVP]" wrote:

        <URL:http://groups.google.d e/group/microsoft.publi c.dotnet.langua ges.vb/msg/d3fdeeeb947d88e 0>

        Comment

        • genojoe

          #5
          Re: Adding Summary Information to a file.

          Your solution works for .DOC files. It does not work with .RTF files. I am
          looking for a general way to add comments to .RTF, .JPG files and other files
          if this is possible. It can be done manually, but I am looking for a VB.NET
          way to do it in code.

          "Herfried K. Wagner [MVP]" wrote:

          <URL:http://groups.google.d e/group/microsoft.publi c.dotnet.langua ges.vb/msg/d3fdeeeb947d88e 0>

          Comment

          Working...