|
-
Jun 12th, 2006, 07:23 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2005] Change to Resource image
Hey guys, when I mouse over a picture box, how do I make it change to another image, but the image is in the program resources.
How do I do this?
Last edited by 3dmaker; Jun 12th, 2006 at 07:38 PM.
Katya Chehova is best!
-
Jun 12th, 2006, 07:31 PM
#2
Re: [2005] Change to Resource image
Handle the MouseEnter and MouseLeave events and set the PictureBox's Image property from the appropriate resource property, e.g.
VB Code:
Me.PictureBox1.Image = My.Resources.MouseEnterImage
-
Jun 12th, 2006, 07:38 PM
#3
Thread Starter
Hyperactive Member
Re: [RESOLVED] [2005] Change to Resource image
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|