Results 1 to 2 of 2

Thread: Mouse Over Buttons In VB??

  1. #1

    Thread Starter
    Lively Member CagedConfession's Avatar
    Join Date
    Oct 2002
    Posts
    98

    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

  2. #2
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    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
  •  



Click Here to Expand Forum to Full Width