In Visual Studio you can edit image of a button control using the GUI editor (aka "designer").
I want to organize my resources into two *.resx
files placed in the "Properties" folder of the project. My problem is that the "Select Resource" dialog in Visual Studio is only displaying the "Properties\Resources.resx" file, and none of other *.resx
files.
How can i add a file to the "Project resource file" drop down? If can't, why is it a drop down select than?
Select Resource Dialog Box shows:
Properties\Resources.resx
.resx
files which are located at root of project.