- Home
·
- Graphics
·
- Make your Button Animated when Focus.. Use own picture graphics.
Make your Button Animated when Focus.. Use own picture graphics.
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.
(1(1 Vote))
private sub Image1_MouseOver(button as integer)
Buttons1 ' call function
end sub
private sub Image1_MouseOver(button as integer)
Buttons2 ' call function
end sub
Make your Button Animated when Focus.. Use own picture graphics. Comments
No comments yet — be the first to post one!
Post a Comment