ajk,
Have you looked at the ResourceManager class in the System.Resources
namespace? You might be able to pass a type from the assembly with the
resources, and access the items through that.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I was wondering if I have a string resource in a DLL if it is somehow
> possible to export this so that other DLL's / .EXE linked in can use
[quoted text clipped - 13 lines]
> thanks
> Ajk