Click here to Skip to main content
Sign Up to vote bad
good
See more: WPF
how to open a image file in wpf
Posted 30 Sep '12 - 20:40


3 solutions

string s = "jagananth.jpg";
            string selectedFileName = System.IO.Path.Combine(System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "image"), System.IO.Path.GetFileName(s));
            image1.Source = new BitmapImage(new Uri(selectedFileName, UriKind.Absolute));
  Permalink  
Here, following article should explain all: WPF Image Viewer[^]
  Permalink  
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 414
1 Arun Vasu 253
2 OriginalGriff 200
3 CPallini 163
4 Aarti Meswania 158
0 Sergey Alexandrovich Kryukov 10,169
1 OriginalGriff 7,749
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 3,089


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 1 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid