In WinForms it is possible to import an image as a resource, and the image would still work when compiled in the /bin/Debug folder.
I can\'t figure out how to get t
Include in Project
Build Action should be set to Resource by default.
Resource
You can then start to use the image path relative to the root e.g. images/text.jpg if you put it in a folder called images.
images/text.jpg
images