I'm converting some VB6 code to C#. VB6 stores resources in a .frx file, the same way C# stores it in .resx files. How do I convert the images in a .frx file into something that can be embedded in a .resx file?
I'm converting some VB6 code to C#. VB6 stores resources in a .frx file, the same way C# stores it in .resx files. How do I convert the images in a .frx file into something that can be embedded in a .resx file?