CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Posts
    3

    Question How to extract a Title from ExeFile


    How can I get the string of the TITLE in an ExeFile, like "Microsoft Word" in WINWORD.EXE?

  2. #2
    Join Date
    May 2004
    Posts
    45

    Re: How to extract a Title from ExeFile

    APIs: GetFileVersionInfoSize , GetFileVersionInfo, VerQueryValue

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