GFL_SDK and VB.NET
Posted: Sun Apr 09, 2006 2:56 pm
Has anyone worked on getting this control to work with VB.NET? I can't even get the it to load an image into a picturebox.
Ctrl = New GflAx.GflAx
With Ctrl
.LoadBitmap(My.Application.Info.DirectoryPath & "\image.jpg")
Picture1.Image = .GetPicture
End With
Ctrl = New GflAx.GflAx
With Ctrl
.LoadBitmap(My.Application.Info.DirectoryPath & "\image.jpg")
Picture1.Image = .GetPicture
End With