Read Resources from a dll

Posted by Ramiz Uddin on Stack Overflow See other posts from Stack Overflow or by Ramiz Uddin
Published on 2010-05-05T06:51:55Z Indexed on 2010/05/05 6:58 UTC
Read the original article Hit count: 389

Filed under:
|
|

Hi,

I've two VB7 projects - one is console project and another is winform project. In console project, I've defined some strings in the project resources (project properties > Resources tab).

I build that console project and get the dll from debug folder and added up as a reference in my winforms project.

Now, I need to read those strings from the referenced dll. How?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb.net