My current image path code in wpf is
image1.Source = new BitmapImage(new Uri(@"D:\My Work\Programming\wpf\Number Generator\Number Generator\Images\1.png"));
i want to give path as
image1.Source = new BitmapImage(new Uri("Images\1.png"));
how it is possible , please tell me if anyone can.
Vishal JadavPosted Jul 15, 2016, 9:52 AM
Nilesh SawardekarPosted Jul 14, 2016, 1:08 PM