I need to be able to create PictureBox controls at runtime in VB.net script, load an image to them from a file, position it relevant to the previous one, and size the PictureBox to fit the image, limiting it to the page size. I will have the path and name for the image file and know how to load...