version number check

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

    version number check

    Do i have any way in which i can check the version number of a
    particular Dll. Eg. shdocvw.dll gives me version number of IE.How do i
    get this. I mean right click and version tab shows me this value but
    in code how to do that. similarly i ned o check version numbers of
    other dll files.
    Please Help

    RVG
    raj_chins@redif fmail.com
  • Josephine Schafer

    #2
    Re: version number check


    "Rajesh Garg" <raj_chins@redi ffmail.com> wrote in message
    news:14215add.0 309020222.7364f 26b@posting.goo gle.com...[color=blue]
    > Do i have any way in which i can check the version number of a
    > particular Dll. Eg. shdocvw.dll gives me version number of IE.How do i
    > get this. I mean right click and version tab shows me this value but
    > in code how to do that. similarly i ned o check version numbers of
    > other dll files.
    > Please Help[/color]

    Off topic in this NG.
    Post it to a Windows NG and you will get a peer reviewed reply.

    <OT>
    I can give you pointers though.
    Look in msdn for GetFileVersionI nfoSize, GetFileVersionI nfo and
    VerQueryValue
    </OT>

    --
    J.Schafer


    Comment

    • Al Newton

      #3
      Re: version number check

      raj_chins@redif fmail.com (Rajesh Garg) wrote in message news:<14215add. 0309020222.7364 f26b@posting.go ogle.com>...[color=blue]
      > Do i have any way in which i can check the version number of a
      > particular Dll. Eg. shdocvw.dll gives me version number of IE.How do i
      > get this. I mean right click and version tab shows me this value but
      > in code how to do that. similarly i ned o check version numbers of
      > other dll files.
      > Please Help
      >
      > RVG
      > raj_chins@redif fmail.com[/color]

      Try codeguru.com or codeproject.com . Both have classes for reading
      the version stamp of a PE file.

      .... Al

      Comment

      Working...