It is required to impose a couple more in the Picture box on the main picture, tell me how to implement it

private: Void noPapeperIMG() { //Size image NoPapepPB->Size = PrinterImage->Size; // Set image Image^ noPaper = gcnew Bitmap("PrinterStatusNoPaper.png"); NoPapepPB->Image = noPaper; //Add image PrinterImage->Controls->Add(NoPapepPB); } 
  • Specify the additional library frameworks, at least, but rather a piece of code. - nick_n_a
  • Perhaps you can add all the images at once and then switch between them? - Pablo Murena

0