Showing an external image in Expression Blend or Visual Studio ?
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I have an image
lock.png
beside of my WPF exe file in theimages
folder. Now, I'm gonna load it into the WPF Project as an image. I've used the following XAML code:<Image Stretch="Fill" Source="pack://siteoforigin:,,,/images/lock.png" />
It works, but Expression Blend or Visual Studio doesn't show it when I'm working on the project. How can we show external images in these situations?