version number check

R

Rajesh Garg

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
(e-mail address removed)
 
J

Josephine Schafer

Rajesh Garg said:
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

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 GetFileVersionInfoSize, GetFileVersionInfo and
VerQueryValue
</OT>
 
A

Al Newton

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
(e-mail address removed)

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

.... Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top