Trying to get GFLAx to load a bitmap (DPX, JPG, TGA, PNG, etc) and then turn it into something I can use in GDI+.
This works:
public imgBitmap as bitmap
Public Sub loadImage()
Dim gflIMG As New GflAx.GflAx
gflIMG.LoadBitmap(imagename)
Dim handleTemp As IntPtr = CType(gflIMG.GetPicture.Handle ...
Search found 1 match
- Tue Feb 08, 2011 6:53 am
- Forum: GFL SDK
- Topic: COMException with GFLAx in a backgroundworker?
- Replies: 0
- Views: 1371