Access form and Gif89

S

SF

Hi,

How to put access to work with Gif89.dll. I have oput the activeX on my form
and cannot find a place where I can link the gif file.

I have Access 2007

SF
 
A

Arvin Meyer [MVP]

SF said:
Hi,

How to put access to work with Gif89.dll. I have oput the activeX on
my form and cannot find a place where I can link the gif file.

I have Access 2007

I'm not sure if this works in Access 2007, but it does in earlier versions
You'll need to make sure that your database is in a Trusted Location and
macro security is set to low, since this control is a dozen years old. You
first need to register the control:

Start >>> Run

then type:

regsvr32.exe "C:\Path to where you have placed gif89.dll"

You should get a message back that the registration succeeded. Now open a
form, and from the toolbox, select gif89 Class. Put the control on your
form. In the property sheet for the control, go to the other tab and enter
the full path to the gif. Save and close the form. When you reopen it, it
should be working fine.
 
V

vqui@hotmail,es

SF said:
Hi,

How to put access to work with Gif89.dll. I have oput the activeX on my
form and cannot find a place where I can link the gif file.

I have Access 2007

SF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top