i4laine
04-15-2001, 03:41 AM
Is it possible to add a .gif to an Access Form. I would like to show the animation. When I import the .gif onto the Form, all that I get is the generic windows icon.
Thanks for your help.
Thanks for your help.
|
View Full Version : Adding .Gif to Form i4laine 04-15-2001, 03:41 AM Is it possible to add a .gif to an Access Form. I would like to show the animation. When I import the .gif onto the Form, all that I get is the generic windows icon. Thanks for your help. Carol 04-15-2001, 08:08 AM It is possible, first you obtain a gif driver that must be loaded into your windows system file. Then you must register the driver. After that all you do is insert the gif file into a form using the full address of where it resides. R. Hicks 04-15-2001, 04:42 PM I have posted all the information you need to do this at Candace Tripp's web site. I have also included the needed .dll file you will need to do this. Read all the instructions carefully pertaining to using your app on another machine. You must place a copy of the .dll and register it on all machines concerned. Here is a link to the site. "Click" on MS Downloads on the left side. Candace Tripp's MS Downloads (http://www.candace-tripp.com/_pages/HTML/default_HTML.asp) HTH RDH [This message has been edited by R. Hicks (edited 04-15-2001).] i4laine 04-16-2001, 08:33 AM Thanks for your help. This worked. It really makes the form looked neat. Thanks again for all the help. R. Hicks 04-16-2001, 11:47 AM You are very welcome.....I'm glad it worked for you. RDH |