VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

Idroys  (1 Submission)   Graphics   VB 6.0   Unknown Difficulty   Sat 14th June 2003   Mon 8th February 2021

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))
Make your Button Animated when Focus.. Use own picture graphics..bas

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

No comments yet — be the first to post one!

Post a Comment

0/1000 characters