In the case you hav there,
lay.SetBackground("koperenknop.jpg")
should find the file.
However, it is more usual to keep inages in the Img folder of the project and use
lay.SetBackground("Img/koperenknop.jpg")
That is where you would place them by putting the file in the Images section of the WiFi IDE which it sounds like is the editor you are using.