Mixing VB6 and VB.Net resource files

  • Thread starter Thread starter Jan van Veldhuizen
  • Start date 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?
 
Back
Top