OK, I use this code:

X = 4920
Do Until X <= 120
X = X - 30
DoEvents
Frame1.Move X, 0, 4575, 4455
Loop



to scroll my Frame1.....but it won't scroll smoothly, it always scrolls faster or slower, and keeps on jumping from fast to slow
Is there anyway I can generate high performance scrolling?? Smooth with same speed...no jumps

Thank You