VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make your Button Animated when Focus.. Use own picture graphics.

by Idroys (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 14th June 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Make your Button Animated when Focus.. Use own picture graphics.

API Declarations


'Add two Image on form1
'add two image on form2
'- Create Image Button , and insert into form2 image

public Function Buttons1()
Image1.picture = Form2.imageDown.picture
image2.picture = Form2.imageUP.picture
end function

public Function Buttons2()
Image1.picture = Form2.imageUP.picture
image2.picture = Form2.imageDown.picture
End Function

Rate Make your Button Animated when Focus.. Use own picture graphics.




private sub Image1_MouseOver(button as integer)
Buttons1 ' call function 
end sub 

private sub Image1_MouseOver(button as integer)
Buttons2 ' call function
end sub 

Download this snippet    Add to My Saved Code

Make your Button Animated when Focus.. Use own picture graphics. Comments

No comments have been posted about Make your Button Animated when Focus.. Use own picture graphics.. Why not be the first to post a comment about Make your Button Animated when Focus.. Use own picture graphics..

Post your comment

Subject:
Message:
0/1000 characters