Results 1 to 2 of 2

Thread: Please Help

  1. #1

    Thread Starter
    Fanatic Member Alien_poo's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    668

    Please Help

    I am not totally new to VB but let's say I am no expert.
    I have version 6.0 and I have been trying to figure out (for 3 days now) how to make a picture move in a picture box.

    Example: I press the up arrow key and the image slides up at each seconds that I am still holding the key down.

    Please give me the code and I will try to figure it out.

    Thankyou

  2. #2
    NOMADMAN
    Guest
    I don't know if you are good with API or not, but you can just blit the image in the correct spot. But for once I think the non-api way is a bit easier. I just put a picture box inside another picture box and then moved the picture box inside the other... You can't tell theres a box there is you autoresize and set the border to 0.

    I attached my project... the only thing is the picture box is inside the other. The code should be replaced with your own moving code.

    NOMAD
    Attached Files Attached Files

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