This is a simple question (let's see)
I want to associate a bitmap with an image. To do this, cs u must write this line in the code.
this.leftImage.Source = new BitmapImage(new Uri(@"C:\a.bmp"));
But I want to make a binding from resources. Since at the time of release the resources were part of the project.exe file, and if you are linking from a file (Average Image.source with the address of the image file), you should always put the image file in the same address (emergency recovery program) :)
source
share