Results 1 to 1 of 1

Thread: Best way to move a large picturebox vertically?

  1. #1

    Thread Starter
    Addicted Member Osiris's Avatar
    Join Date
    Oct 2000
    Location
    Dimension Hole
    Posts
    142

    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
  •  



Click Here to Expand Forum to Full Width