I was wondering how it would be possible to keep the background image for a wpf form to stay the same when moving from one computer to another. For example in the image source attribute in the XAML file a URL is entered which contains the location of the image. The XAML code looks like this:
ImageSource = "C:\ABC\abc\abc.jpeg"
So when the code is taken to another computer the URL also changes and so the background image is not displayed. So my question is how it would be possible for me to keep the same image without continuously updating the XAML files when I move the code.