Results 1 to 2 of 2

Thread: Question on embedded resources

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    181

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width