Reading String Resource from an external DLL

A

Alain

I would like to read string resources from Shell32.dll in my VB.NET project,
in VB 6 I would have use LoadResString to get it but I could not get to use
this function in VB.NET,
The documentation say that there is an equivalent in the
VisualBasic.Compatibility namespace but I can't find this namespace in VB
2005...

How could I use LoadResString or a better alternative to get resource
strings from a DLL.

Thanks!
 

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

Top