i want to move my program from a pc to another but the problem is the images are not loaded on any other pc (Source problem) . So i was wondering if i could just create a folder where the exe is placed and name it Resources and to load every image from there.
image2.Source = new BitmapImage(new Uri(@"Res\startoh.png"));