I need to know a module's (EXE and DLL) version in my application. The version is set by the version resource, but I need to read the version of a module which was not necessarily loaded into my app. (like file/properties does).

Any idea?
thanks