VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Makes a button move to a differnt place when clicked.

by Adam Dean (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Sun 26th January 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Makes a button move to a differnt place when clicked.

Rate Makes a button move to a differnt place when clicked.



frmMain.width = 9000
frmMain.height = 9000
cmd1.width = 1000
cmd1.height = 500
cmd1.left = 500
cmd1.top = 4000
End sub

Private sub cmd1_click()
cmd1.left = cmd1.left - 1000
end sub

Download this snippet    Add to My Saved Code

Makes a button move to a differnt place when clicked. Comments

No comments have been posted about Makes a button move to a differnt place when clicked.. Why not be the first to post a comment about Makes a button move to a differnt place when clicked..

Post your comment

Subject:
Message:
0/1000 characters