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 SubHow could do to resolve this problem?
Thanks for help and tips
abellos