C#C
C#3y ago
58 replies
Ossie

❔ Embed images within .exe [WPF App .Net 6.0]

Hey, I have some Images that I would like to use within my app, how do I have them embedded within the .exe, I tried to do
<Content Include="Images/*.*"/>


But, then it tries to get the images from the build output/images/theimage.png

How do I have them within the .exe, I was able to do this in older version of WPF

Thanks
Was this page helpful?