I\'m trying to set a WPF Image\'s source.
XAML works:
<
you will probably need to do something like this
Uri i = new Uri("images\\Thing.png");
keep in mind that you need to use a \ not a / for a windows file system
Take a look here