|
-
Oct 14th, 2000, 07:41 PM
#1
Thread Starter
Frenzied Member
Hey guys. Is there anything in the code of a gif that can tell me (or my app) that it is animated?
I want to delete all gifs that are not animated.
FOr example
for x = 1 to (number of gifs)
if gif(x) (is not an ANIMATED gif) Then Kill (gif(x))
NEXT X
I havent found anything in the readible text of the file, but maybe it's part of the other info.
Any ideas?
Thanks.
Wengang
Wen Gang, Programmer
VB6, QB, HTML, ASP, VBScript, Visual C++, Java
-
Oct 15th, 2000, 12:19 AM
#2
Lively Member
my gif control has a frames property
so if frames < 2 then it is not animated
-
Oct 15th, 2000, 01:47 AM
#3
Thread Starter
Frenzied Member
sorry, what gif control is that? I don't have anything with gif on it in my components list.
Thanks
Wen Gang, Programmer
VB6, QB, HTML, ASP, VBScript, Visual C++, Java
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|