I have a wpf application. I want to show two images on two buttons , and i would like to take to another computer only the exe file without those images. What i开发者_运维问答s the best way to do it?
thank you.
You could add those images to the resources of the project, this way images become the part of the assembly. Have a look at Using Project Resources in WPF
精彩评论