vb6 classic preload animation gif

User avatar
sal21
PlatinumLounger
Posts: 4362
Joined: 26 Apr 2010, 17:36

vb6 classic preload animation gif

Post by sal21 »

preload IMAGE...

Attacched have this animated gif.
I need to show this animated gif and run the animation until operatino finish.

Example of pseudo code:

show animated gif

sql="select * from eccc..." (this operation make arround 1 or 2 minutes)
set sr= conn(sql)
ecc...

hide and close animation

how to?
You do not have the required permissions to view the files attached to this post.

User avatar
HansV
Administrator
Posts: 78545
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: vb6 classic preload animation gif

Post by HansV »

Create a small form with the .gif image.
Show it before running your code.
Unload it when your code has finished.
Best wishes,
Hans