I have been using Image.FromFile to display jpegs and other image files. For the first time I'm beginning to publish my program, but I get errors about not finding the pictures I want to see using Image.FromFile.

This may be an obvious question, but I'm just trying to understand the basics of publishing: I should import every resource that I plan on using correct? I can't just use Image.From file and expect it to work when published right?

Thanks