|
-
Jan 23rd, 2006, 10:34 PM
#1
Thread Starter
Addicted Member
Question on embedded resources
Hey. I have several images in my project. I'm wondering which should be embeded resources, and what the differenced between having them as embedded or content is? So far the resources that I use to change into pictureboxes are embedded. What about once that are never changed... should those just be content?
Thanks
John
-
Jan 23rd, 2006, 10:52 PM
#2
Re: Question on embedded resources
Embedded resources are part of your executable. Content files are just files. They can be altered or deleted. It's a trade-off between security and executable size. Generally speaking embedded resources would be preferable I think.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|