Results 1 to 4 of 4

Thread: Tag for binary file created in vb code

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2008
    Posts
    248

    Question Tag for binary file created in vb code

    Example MP3 file allow to add Artist,title etc,txt and other document files allow to add author,title,subject,keywords. so we wants vb code to add tag for binary file.

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    Re: Tag for binary file created in vb code

    I'd look into "Open As Binary" and "Put" commands.
    You do need the exact format of those files in order to (re-)write them in binary mode!
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2008
    Posts
    248

    Re: Tag for binary file created in vb code

    Dear opus,

    I want to tag the file so as the information can be retrieved without opening the whole file. eg. the author of a word documents can be found by right click on doc file > Summary Tab. Many other details are also available. I want to create a binary text file where the details can be accessed in windows without opening the actual file.

    Also i have all info about the binary files. While creating those files itself i want to add the tags so that i can easily recognise which one to edit as some file names are similar.

    I'd look into "Open As Binary" and "Put" commands.
    You do need the exact format of those files in order to (re-)write them in binary mode!

  4. #4
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Tag for binary file created in vb code

    This sort of thing isn't trivial and it does require opening of the file.

    It is accomplished by Shell property handlers that are not trivial to write correctly and install. Windows comes with some standard handlers for media files and Office documents.

    You might look at Registering and Distributing Property Handlers. For old versions of Windows (XP and Win2K) a slightly different thing called Column Handlers must be created and deployed.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width