❔ images
Hey so I made a folder in my project called images. When I do the pathing it says the image cannot be found. Do I need to do anything to specify that I'm using a folder called images or?
2 Replies
you need to right-click the image files in your Solution Explorer, select Properties, and set the build action to "copy to output"
alternatively
you can add them to your Resources file
and then use the Resources API to fetch them
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.