2
Answers

Can You Support Me About Images Windows Application?

Đạt Trần

Đạt Trần

10y
902
1
 Hello,
I am doing a project about contact. I want show images avatar of user? But I cannot show images format "C:\Users\USERNAME\Pictures\images.jpg"
I have tried:
BitmapImage bim = new BitmapImage(new Uri(@ "C:\Users\USERNAME\Pictures\images.jpg"));
ImgAvatar.Source = bim;
But It isn't activity. Can you support I show images like it. or auto copy images this link to Assets in Project?
Thanks you so much !
Answers (2)