Subject:
|
Re: Delphi user need help on VB6
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sat, 22 Feb 2003 18:46:35 GMT
|
Viewed:
|
878 times
|
| |
| |
In lugnet.cad.dev, Eduardo Vazquez Harte wrote:
> 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
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 using LoadPicture.
Steve
|
|
Message is in Reply To:
| | Delphi user need help on VB6
|
| 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 (...) (22 years ago, 21-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
|
|
|
|