Image in exe, wpf, C # .Net, vs2008

I have a wpf application. I want to show two images on two buttons, and I would like to take only an exe file without these images to another computer. What is the best way to do this?

thank.

+3
source share
1 answer

You can add these images to the project resources, so the images become part of the assembly. See Using Project Resources in WPF

+4
source

All Articles