C#C
C#14mo ago
Inject

✅ Issue with picture box in C# Project

I have a project I'm working on and one of the picture box's will change on a button press.

The code I have is
picStatus.Image = Properties.Resources.checkedRedNew;

Which provides an error "Resource does not contain defintion for checkedRedNew"

Further down I have another line of code setting the notify icon the same way and it works fine. I've checked and I have the file added to the project.
Any clue what might be going on?
Thanks.
image.png
image.png
Was this page helpful?