Mixing VB6 and VB.Net resource files

  • Thread starter Jan van Veldhuizen
  • Start date
J

Jan van Veldhuizen

I've an application (VB6) which uses resource dll's (only strings) with a
LoadResString function.
Now I added some new programs using VB.NET.
I want to avoid duplicating the resource-files, but I cannot find a way to
re-use those dll's from .NET.
Is there a way how I can read the stringtable from that dll? Or how I can
share the rc- or res-file with both the VB6 and the .Net project?
 
J

Jay B. Harlow [MVP - Outlook]

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