|
-
Dec 7th, 2002, 06:55 PM
#1
Thread Starter
Lively Member
Mouse Over Buttons In VB??
Hi, I am trying to mamke a moseover effect in VB. I have one solid image that is my complete form, it looks like the face of a car stereo. I took one of the buttons in photo shop and edited it a little to use as a moseover button. I put it as a image box on my form and aligned it directy over the image of the other button and set its visibie property to false. I set the image1_Click property to Image1.Visable=True, still didin't work, what did i do wrong? Or am I way off on the wrong page?
 [vbcode]Private Sub Form_Load()
I would rather be hated for who I am than loved for who I'm not.[/vbcode]
End Sub
-
Dec 7th, 2002, 07:12 PM
#2
Frenzied Member
ehh ?
what exactly are you trying to do ? change the image when the user moves the mouse over it ? well thats easy enough...
just make a picture box, and when the user moves the mouse over set antother image path for the picture box, and then again, when things has to return to normal, set it to the normal picture in the Form_MouseMove.
Get the idea ?
Cheers
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
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
|