Subject:
|
Delphi user need help on VB6
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Fri, 21 Feb 2003 11:43:34 GMT
|
Viewed:
|
463 times
|
| |
| |
I never like Visual basic's dll but now I do since i found it so easy and
cool as delphi. Can some help me on Visual basic 6?
please contact me at
msn: quad95@msn.com
icq: 126397322
I need to know how to make an animation but like this
load image1
time delay 1 second
load image2
time delay 1 second
load image3
time delay 1 second
load image4
time delay 1 second
I know syntax is not right is an example
|
|
Message has 1 Reply: | | Re: Delphi user need help on VB6
|
| (...) Use a timer control to manage the loading. Set the timer's Interval property to 1000, for one second. Make a module-level variable in the form to keep track of which image you've loaded. In the timer's event subroutine, load the next image (...) (22 years ago, 22-Feb-03, to lugnet.cad.dev)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|