So Im going to have a 15mb .exe file if I can't manage to get all the images put into a seperate file. Whether its a .dat, .db, or .dll file. It don't matter.
I've googled for this question a few times. The only thing I've found is...
That did not work for me, and I'm pretty new to the language and using Visual Studio '05.
So any ideas please?
I've googled for this question a few times. The only thing I've found is...
in order to put an image inside a dll you need todo the following
right click on the image-> Properties -> now insted of Content put the image as Embeded Resource and thats it :-)
right click on the image-> Properties -> now insted of Content put the image as Embeded Resource and thats it :-)
So any ideas please?
Comment