Page 1 of 1

Using Gflax.dll in microsoft access

Posted: Fri Nov 09, 2007 7:49 pm
by abellos
Can you help me to use gfl in an access project?

I have created a button and an image object in a mask.

The code on the button is :

Code: Select all

Private Sub Comando0_Click()
    Dim MyObj As GflAx.GflAx
    Set MyObj = New GflAx.GflAx
    
    With MyObj
        .LoadBitmap "d:\image.tif"
        Immagine3.Picture = .GetPicture
    End With
End Sub
but the image object "immagine3" don't work and don't show my image

How could do to resolve this problem?

Thanks for help and tips

abellos

How to add Glax.dll in visual studio.

Posted: Wed Jul 22, 2009 11:24 am
by shyam_rsd
HI,
I am getting this error.

How to import gflax.dll?
While adding reference its saying that gflax.dll is not a valid COM Component.

I have installed XnView-win-en.exe;

While building the solution i am getting this error.

The type or namespace name 'GflAx' could not be found (are you missing a using directive or an assembly reference?)

How to Proceed further?

Thanks in advance,

Shyamala.

Re: How to add Glax.dll in visual studio.

Posted: Mon Jul 27, 2009 11:59 am
by xnview
shyam_rsd wrote: How to import gflax.dll?
While adding reference its saying that gflax.dll is not a valid COM Component.

I have installed XnView-win-en.exe;
You should install GFL package

Re: Using Gflax.dll in microsoft access

Posted: Sun Feb 06, 2011 12:39 am
by JayGalway
Where can I download the GFL package for installation?

Re: Using Gflax.dll in microsoft access

Posted: Mon Feb 07, 2011 9:33 am
by xnview