I got a picture box that changes the picture it displays from time to time in the program. I use the load picture method. Now I don't really have problems it's just that how can I prevent users from editing or deleting the pictures that the picture box uses? I just want to prevent them from tampering with the look of the program. Is using several picture boxed and showing and hiding them more pratical and efficient?

What do you guys think?