
Originally Posted by
VBExemption
I apologise if this is a basic question but I've barely had any experience with Visual Basic
How can I bring an image from an an already open form into another one?
Any help is appreciated
Use code like this
Code:
Form1.PictureBox1.Image = Form2.PictureBox1.Image
@dvdk
Post your problem in separate topic!!!!!!!