> Is it possible to query/search an EXE for all the resources in it? if so
> how?
If you have an EXE you want to look into as a developer and pull bits out
of - I recommend Resource Explorer.
http://www.bhnet.com.br/~simonet/resexp.htm
It's written in Delphi and even recognises DFM resources inside EXEs and
shows you them as text. Pretty cool, huh!
If you want to iterate through the resources of an EXE, it's not especially
difficult. Look up EnumResourceNames in the Delphi Help (assuming you have
the MS SDK help included) and read the overview. The examples are given in C
but I expect you should take that in your stride.
TTFN,
Paul.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz