GetPicture con TIF

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Post Reply
RULO36
Posts: 4
Joined: Sun Jul 29, 2007 4:50 pm

GetPicture con TIF

Post by RULO36 »

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
_GUI_
Posts: 22
Joined: Fri Sep 08, 2006 12:22 am

Post by _GUI_ »

that happens to me with the GIF files generated by the xnview library, while other GIF are correctly open.

did you experience that problem with GIF generated by xnview?
RULO36
Posts: 4
Joined: Sun Jul 29, 2007 4:50 pm

Post by RULO36 »

Muchas gracias por responder.
¿puedo escribirte español?. Tengo muchas dudas y problemas y necesito ayuda
Post Reply