Hello Arne,
Given you are ready to full-fledged P/Invoke, use the following Win32 APIs:
LoadLibrary to load the DLL and get its module handle
LoadStringW to load a resource string from the DLL. Use the module handle as
the handle passed to LoadString.
--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
Hello,
How can I get access and read strings from a Win32 String Resource DLL
with C#?