I deleted an old file and my solution then reported that it could not find the ico associated with a Toolstripbutton.
Actually the error was: <image name> is not a member of Resources.
I looked at the .resx file and it does point to the folder I deleted.
So I tried to add a resource (using Resources page of the project properties. and by double clicking resx file) for that image.
Tried a few different ways but the resulting file (looking with notepad) always points to the file I included.
What I would like is that the actual bitmap data be stored in the resx file.
If that's possible, how should I go about it?
BTW, as I typed I notice there is no spell checker. I think there use to be one,. No?
Actually the error was: <image name> is not a member of Resources.
I looked at the .resx file and it does point to the folder I deleted.
So I tried to add a resource (using Resources page of the project properties. and by double clicking resx file) for that image.
Tried a few different ways but the resulting file (looking with notepad) always points to the file I included.
What I would like is that the actual bitmap data be stored in the resx file.
If that's possible, how should I go about it?
BTW, as I typed I notice there is no spell checker. I think there use to be one,. No?
Last edited: