Just simple answer - please

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Post Reply
RobertC
Posts: 5
Joined: Sun Apr 13, 2008 11:33 am

Just simple answer - please

Post 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
User avatar
xnview
Author of XnView
Posts: 43598
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Just simple answer - please

Post 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
Pierre.
RobertC
Posts: 5
Joined: Sun Apr 13, 2008 11:33 am

But...

Post 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.
User avatar
xnview
Author of XnView
Posts: 43598
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: But...

Post by xnview »

I have not VB2008 (and don't know very well VB)
Pierre.
RobertC
Posts: 5
Joined: Sun Apr 13, 2008 11:33 am

Thanks !

Post 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
Post Reply