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); }