LoadGIFIntoDIB  Method

Description         Loads the specified image from a GIF file.

Usage                  Dib = [BIImgFrm.]LoadGIFIntoDIB FileName Image Error

Remarks             Dib                          LONGLONG The device independent bitmap. 0 if error occurred.

                            FileName                String              The file name of a GIF format file.

                            Image                     Integer             The nth image, or page number, for multi page images.  Numbering is zero based, for example:  Page 2 would be referenced as ‘1’

                            Error                      Short*             Error code.

See Also              SaveDIBInGIFFormat Method

Note:                   This method does not free the DIB.  Call the DropDIB Method to free up the DIB