Click here to Skip to main content
Click here to Skip to main content

Load external images in WPF via XAML ?

By , 19 Apr 2010
 
Sometimes we need to show an external image directly in WPF.
Assume we have a folder that is named images beside of our main's WPF exe file. There is an image in this folder that's named sample.png.
Now with the following XAML code, we can show it in WPF directly:
 
<Image Source="pack://siteoforigin:,,,/images/sample.png" />

License

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

About the Author

Mohammad Dayyan
Iran (Islamic Republic Of) Iran (Islamic Republic Of)
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionDidn't load any external image Pinmemberliordino10 Sep '12 - 9:51 
AnswerRe: Didn't load any external image PinmemberMohammad Dayyan27 Sep '12 - 2:27 
Well, you should post your question as a new Question thread
QuestionNo Comment Pinmemberidzodzo25 Jun '12 - 23:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 19 Apr 2010
Article Copyright 2010 by Mohammad Dayyan
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid