Đạt Trần

Đạt Trần

  • NA
  • 20
  • 1.2k

Can You Support Me About Images Windows Application?

Oct 7 2014 3:18 AM
 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)