Visual C++/CLR WinForms - PictureBox not working

38 Views Asked by At

I made a simple form with a PictureBox control in Visual C++ CLR WinForms (Visual Studio 2022).

I added an image to PictureBox and tried to run the program, but I got an error:

enter image description here

Where is the problem?

0

There are 0 best solutions below