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.
You can add these images to the project resources, so the images become part of the assembly. See Using Project Resources in WPF