Can I use GFLAX in VISUAL BASIC 2008 ? , there is any examples ? listing from VB6 don`t work. (no PICTURE parameter in picturebox)
Robert
Just simple answer - please
Moderators: helmut, XnTriq, xnview
Re: Just simple answer - please
Sorry but i don't knowRobertC wrote:Can I use GFLAX in VISUAL BASIC 2008 ? , there is any examples ? listing from VB6 don`t work. (no PICTURE parameter in picturebox)
Pierre.
But...
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.
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.
Thanks !
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
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