A VB6 project already makes use of a Resource file. I would like to add another Resource file so that the app can be rendered in XP style but VB doesn't allow adding 2 Resource files to one project.
Can I merge the 2 Resource files in anyway?
Printable View
A VB6 project already makes use of a Resource file. I would like to add another Resource file so that the app can be rendered in XP style but VB doesn't allow adding 2 Resource files to one project.
Can I merge the 2 Resource files in anyway?
I don't know of a way to do that programmatically, but you should be able to take what is in one resource file, add it to the other, and delete the unused one.