Hello All,
I have few images which are used across various projects. I want to add these images as a resource in one my DLL project and let all other projects use this resource DLL to display images in UI.
How i can create a image resource only DLL library? And how i can use these images from a code behind file and in XAML to display in UI?
Finally is this the best way to load images from resources to display in UI?
Thanks in advance,
IamHuM