Search found 1 match

by minime
Fri Oct 17, 2008 2:29 pm
Forum: GFL SDK
Topic: Needing Help with the GFl-Active X ... basic stuff
Replies: 2
Views: 1953

i download the sdk today too and had the same problem.
u have to convert the IPicture format.

create this class :


Private NotInheritable Class myClass
Inherits System.Windows.Forms.AxHost
Public Shared Shadows Function GetPictureFromIPicture(ByVal picture As Object) As Image
Return AxHost ...