CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Posts
    4

    how to obtain version number of an exe

    Hi,
    If we right click on any exe in windows explorer and see properties we can see the version number of that exe and i want to know if there exist any API of any function call to obtain it programatically. if so i'd appreciate it very much,
    thanks in advace,
    Rahul


  2. #2
    Join Date
    May 1999
    Location
    Seattle, WA USA
    Posts
    423

    Re: how to obtain version number of an exe

    GetFileVersionInfoSize
    GetFileVersionInfo
    VerQueryValue

    HTH
    --michael


  3. #3
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: how to obtain version number of an exe

    There are some great classes for this in CodeGuru
    Seach there...

    Sally


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