Hi I found 2 two ways how add image to resources.
First is: For example I create folder images and add some images to this folder, set images build action on Resources. Something like here:
http://www.codewrecks.com/blog/index.php/2010/07/23/bind-an-image-to-a-property-in-wpf/
And second way is use Resources.resx and use AddResources -> AddExistingFile.
Is the result same?
Sorry for my english.