Using VB 2005
To add a resource file that gets embedded into the final source code,
I understand adding them by MyProject/Resources/AddExistingFile.
But where should the actual file be located in the Solution Explorer window?
Should they appear under the project name?
Or within the Resources folder?
My project works, but all of the resource files (mostly jpgs) are just in the project level, not within the resource folder in solution explorer.
Do I have to formally add them, or can I just drag them over to the resource folder using Windows Explorer?
When I AddExistingFile, the file appears under Resources folder in Solution explorer and I see it has copied the actual file from
the source location I specified into the resource folder.
To add a resource file that gets embedded into the final source code,
I understand adding them by MyProject/Resources/AddExistingFile.
But where should the actual file be located in the Solution Explorer window?
Should they appear under the project name?
Or within the Resources folder?
My project works, but all of the resource files (mostly jpgs) are just in the project level, not within the resource folder in solution explorer.
Do I have to formally add them, or can I just drag them over to the resource folder using Windows Explorer?
When I AddExistingFile, the file appears under Resources folder in Solution explorer and I see it has copied the actual file from
the source location I specified into the resource folder.