Picturebox not displaying my pictures
I'm not sure what I'm doing wrong, my pictures don't show for some reason. This is my code:
The pictures are in my resources
This is my Form1 design:
https://prnt.sc/D0bPBiyNr4Pu
3 Replies
I'm not sure code wise, but you can do it via gui right?
Debug through your code and check, if picture1 and 2 are null/contain any data
picture1 and picture2 both exist in my resources tab
i dont think there's much other debugging i can do because the code i posted above is all the code i have
I guess I can change it in the gui but I want the images to load when the form loads
Well sorry about this, I screwed up the load event in the properties of my form... Works properly now