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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top