CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2005
    Location
    gandhinagar,gujarat
    Posts
    51

    Thumbs up How to get file description

    Actually I have colletced lot of setup exe from net for different utility .But now it becomes vary tedious job to manage those file .Because we cannot know the file's compny name or its description in many case.we can have it after installation.In those case it will be vary tedious job to manage and store it in category wise.So please show any vb code to retrive those information like product name, company name .version etc..

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: How to get file description

    Have a look at the attachment!

    Should be more than what you need..
    Last edited by HanneSThEGreaT; December 19th, 2008 at 03:05 AM.

  3. #3
    Join Date
    Jun 2005
    Location
    gandhinagar,gujarat
    Posts
    51

    Re: How to get file description

    tx for giving me quick responce and giving me code. It would be realy helpful to me to extract the necessary code lines for my purpose.

    One remarks for the code is that. when it runs it ask for floppy in floppy drive and in abcence of floppy it gets out with error, I have modified it as below to ocercome this problem..
    I rewrite the line

    drExam.Drive = "c:\" inplace of drExam.Drive = "A:\"


    Thank a lot again.
    Last edited by mynick; February 24th, 2006 at 01:34 AM. Reason: spelling mistake

  4. #4
    Join Date
    Nov 2009
    Posts
    1

    Unhappy Re: How to get file description

    hey father
    I need the same info

    what kind of attach,

    please repost it


    TK

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

Featured