|
-
October 1st, 1999, 04:06 PM
#1
Frame1.move
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
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
|