Using Gflax.dll in microsoft access
Posted: Fri Nov 09, 2007 7:49 pm
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 :
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
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
How could do to resolve this problem?
Thanks for help and tips
abellos