|
-
Jul 10th, 2002, 12:37 PM
#1
Thread Starter
Addicted Member
Best way to move a large picturebox vertically?
im not really sure what you meant
but i hope this helps
size = 100 '( whatever you like )
up right : /
picture1.top = picture1.top - size
picture1.left = picture1.left + size
up left: \
picture1.top = picture1.top - size
picture1.left = picture1.left - size
down right :
picture1.top = picture1.top + size
picture1.left = picture1.left + size
down left:
picture1.top = picture1.top + size
picture1.left = picture1.left - size
Last edited by Osiris; Jul 10th, 2002 at 02:45 PM.
؊Ϯϊ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|