I'm trying to use the ActiveX Object enclosed with the GflSDK in Visual Basic 2008 (.NET), to which I have to admit I'm pretty new... so that I stay close to the helpfile anyway. But still: when I want to assign the object to a PictureBox on a form (:arrow: MyImage.LoadBitmap(fileToDisplay), then

In a frequented developers forum I got the following advice: "Your code is trying to convert an object of type GflAx to a .NET Image object. That's not going to work. The GflAx object has to expose some method to return an Image object." Having assumed the LoadBitmap and GetPicture methods would return an image object, I'm confused about what I'm doing now... what did I do wrong?
Would you please be so kind as to lead me out of the trap

Thank you so much,
regards
Michael