Results 1 to 2 of 2

Thread: Image reuse in other forms

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2013
    Location
    Sunbury,Australia
    Posts
    2

    Image reuse in other forms

    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

  2. #2
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: Image reuse in other forms

    Quote Originally Posted by VBExemption View Post
    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!!!!!!!



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width