Hi all,
I have a wpf application and a class library(dll) project. In my dll I have an images folder with some .png files set as Resource.
I want to reference and display the image using the wpf main application.
Any ideas? I want to do this in the xaml not the code behind if at all possible.
Ta, Matt.