Hi, I'm doing a project in visual studio 2015 and I have a PictureBox whose image is taken from the Resources folder. That image I will need to change every day I'm trying to change the image by hand replacing it in the directory, but then when executing the application it shows the old one.
Does anyone know if it is possible what I am trying? Thanks