1
I’m a beginner programmer, I’ve had a few classes in Java and C++ college, and I’m trying to learn C# on my own.
For this, I’m trying to make an application (Windows Form) that will have text, choices, and images, as if it were a game (very basic).
I put some images, some events that when the user clicks on a button, will show an image. But these images are saved on my computer,so I imagine that when I send the "File.exe" to some other computer,.
What do I do? How do I leave ''embedded' images in the program?
Since I’m a beginner, I’d appreciate it if you could simplify it for me, without making it too complicated!