How to copy an image from one PictureBox control to another
Posted on January 4, 2009
1 2 | 'Controls - How to copy an image from one PictureBox control to another
Picture2.Picture = Picture1.Picture |
1 2 | 'Controls - How to copy an image from one PictureBox control to another
Picture2.Picture = Picture1.Picture |