-
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
-
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.
-
load an image control on a form
load a picture into the image box
'event code
Image1.Move 1200, 1200, Image1.Width, Image1.Height