VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To Move Button On Mouse Move.

by Husain.y.dahod (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 22nd October 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To Move Button On Mouse Move.

Rate To Move Button On Mouse Move.



button.top = rnd() * (form.width - button.width)
button.left = rnd() * (form.height - button.height)
end sub

Download this snippet    Add to My Saved Code

To Move Button On Mouse Move. Comments

No comments have been posted about To Move Button On Mouse Move.. Why not be the first to post a comment about To Move Button On Mouse Move..

Post your comment

Subject:
Message:
0/1000 characters