In C# Windows Forms, I create a setup file for my project.
I add all my resources, for example my audio, pictures and movies to my setup file, but my setup file doesn’t show the pictures. There is no problem with movies and audios. In my project, I add the pictures by specifying the address of the picture box. My pictures exist in debug.
Please give me a solution to solve this problem.
1