Hello, do I want to use the method GetPicture to show an image that this in ActiveX on a control Image in VB6, but does it show me the whole image in black you GetPicture can use in VB6 on a control Image?. This is the code that I use. Thank you.-
Set frm = New frmRecortes
   With frm.Image1
         Set oImg = New GflAx.GflAx
         oImg.LoadBitmap msFileTEMP'(It's path the file)
         .Stretch = Me.Image1.Stretch
         .Picture = oImg.GetPicture
         .Top = 0
         .Left = 0
      End With