yahya
11-21-2001, 06:33 AM
Hi all,
I have downloaded the AnimatedGif ocx from this forum (the one provided by "The Hand" and I am facing a problem using it.
The project I'm working on is an email broadcasting tool. I am using ASPEmail object to send the emails.
I want to have an animated gif on the form while the tool is sending the emails. The problem is that the animation pauses at the sending command "objASPMail.Send" which is the main time consuming command. The result is an image that moves one frame every 5 seconds or more.
I have tryed to use "DoEvents" before the "objASPMail.Send" and after it but it did not work. I have also tryed to use a timer object which also did not work.
Can anyone help?
P.S. I've attached the gif file.
Yahya
I have downloaded the AnimatedGif ocx from this forum (the one provided by "The Hand" and I am facing a problem using it.
The project I'm working on is an email broadcasting tool. I am using ASPEmail object to send the emails.
I want to have an animated gif on the form while the tool is sending the emails. The problem is that the animation pauses at the sending command "objASPMail.Send" which is the main time consuming command. The result is an image that moves one frame every 5 seconds or more.
I have tryed to use "DoEvents" before the "objASPMail.Send" and after it but it did not work. I have also tryed to use a timer object which also did not work.
Can anyone help?
P.S. I've attached the gif file.
Yahya