|
-
Sep 9th, 2000, 12:34 PM
#1
Thread Starter
New Member
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
-
Sep 9th, 2000, 12:49 PM
#2
Frenzied Member
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."
-
Sep 9th, 2000, 01:09 PM
#3
_______
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|