I would like to know how to give margins to the pictureBox in C #, I currently have this code:
posX = posX + 100;
PictureBox pic = new PictureBox();
pic.Location = new Point(posX, 50);
pic.Name = "pic" + z;
pic.Size = new S...
asked by
05.04.2017 / 22:40