problem changing images in resources
I have some images in the Resources for my project, e.g. image1.png
At some point I decided I would rather use a better image so I made another image called image1.png and tried to copy it into resources hoping it would overwrite what was there. The SDK wouldn't let me.
So I deleted the images in the resources and then copied the new images in there. Imagine my surprise when I clicked build and run and the old images appear. How can this be? Has anyone else had this problem?
How should I be replacing images?
Steve
|