Results 1 to 3 of 3

Thread: Slide Show

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Sealand
    Posts
    6

    Unhappy

    Im teaching myself vb, so im really clueless, but would anyone know how to move a img without making it look like a slide show,, it blurs across the screen.... I tried putting the image in a form and moveing the form, but that still makes the img blur,,,, HELP ME STOP THE BLUR ahhhhhhhhh
    -thx EdTHeGreat

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Do you mean that the motion is jerky?

    Usually to animate pictures in VB, you use BitBlt or DirectDraw. Since you're teaching yourself VB (and you say you're clueless) You don't want to be doing DirectX stuff really. Having said that BitBlt isn't exactly simple either.

    You would probably get a better response by posting this message on the games & graphics forum, this is the kind of thing that is used in almost all games, and obviously it's a graphics thing too.
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    load an image control on a form
    load a picture into the image box
    'event code
    Image1.Move 1200, 1200, Image1.Width, Image1.Height
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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