I would like to write a function to get the number of frames an animated gif file contains.
there's a method called getframecount in the bitmaps members but i don't know how to get it work
dim AnimGif as bitmaps
msgbox (AnimGif.GetFrameCount( Arg FrameDimension))
i've toyed around it but i can't manage to get the right arguments needed for this method, can anyone help me out on this?
