haimereyes
New member
- Joined
- Feb 7, 2017
- Messages
- 2
- Programming Experience
- 1-3
This is what all I have in my form.
Panel
PictureBox1(Under)
PictureBox2(Over)
So I have a panel that has a background color "Lime". Then I have 2 pictureBox. My pB1 has pure image without white spaces and my pB2 has a png image with a lot of white spaces. I want that when my pB2 hover over the pB1, the white spaces in pB2 will be filled by pB1 images. I do now know how I can do this. Any help will be appreciated. Thanks
Panel
PictureBox1(Under)
PictureBox2(Over)
So I have a panel that has a background color "Lime". Then I have 2 pictureBox. My pB1 has pure image without white spaces and my pB2 has a png image with a lot of white spaces. I want that when my pB2 hover over the pB1, the white spaces in pB2 will be filled by pB1 images. I do now know how I can do this. Any help will be appreciated. Thanks