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
GetPicture con TIF
Moderators: XnTriq, helmut, xnview
-
- Posts: 22
- Joined: Fri Sep 08, 2006 12:22 am
-
- Posts: 4
- Joined: Sun Jul 29, 2007 4:50 pm