Hello, I wrote a small card game and need to know how to make my card graphics a part of the exe file. I'm currently reading them strait from my hard drive. Any help is appreciated. Thanks
Add the bitmaps to your project and change their build action (in the properties toolwindow) to "Embedded Resource". You'd then use the .NET resource commands to load and display them on your form at runtime.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.