How to make invert this code:
x = Picture1.Height
x = 0
Do Until x >= 4700
x = x + 1
me.Refresh
Picture1.Height = x
Loop
so that it will scroll from bottom to top not from top to bottom
Thank You
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: How to ......Threaded View
|
Click Here to Expand Forum to Full Width |