Page 1 of 1

Just simple answer - please

Posted: Tue Apr 15, 2008 9:17 am
by RobertC
Can I use GFLAX in VISUAL BASIC 2008 ? , there is any examples ? listing from VB6 don`t work. (no PICTURE parameter in picturebox)

Robert

Re: Just simple answer - please

Posted: Tue Apr 15, 2008 9:27 am
by xnview
RobertC wrote:Can I use GFLAX in VISUAL BASIC 2008 ? , there is any examples ? listing from VB6 don`t work. (no PICTURE parameter in picturebox)
Sorry but i don't know

But...

Posted: Tue Apr 15, 2008 11:26 am
by RobertC
Thank's for answer but.... any chance to check this , most functions your GREAT library working fine , only display of picture is impossible.

Picture1.Picture = .GetPicture in VB6 is OK but

Dim Ctrl As GflAx.GflAx
Ctrl = New GflAx.GflAx
Ctrl.LoadBitmap("c:\TEST 17988.tga")
PictureBox1.Image = Ctrl.GetPicture


generates error - there is only image class for picturebox in VB2008

Robert.

Re: But...

Posted: Tue Apr 15, 2008 12:18 pm
by xnview
I have not VB2008 (and don't know very well VB)

Thanks !

Posted: Tue Apr 15, 2008 2:22 pm
by RobertC
I just try use VB6 , much more less stable enviroment , thank you very much for your help , and great proffesional library.

ps

VB STUDIO 2008 is available for free (full licence including VB2008 , C## , C++ and JAVA) at :
http://www.microsoft.com/express/product/default.aspx

Great free bundle

Best regards
Robert