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 ...
Search found 5 matches
- Tue Apr 15, 2008 2:22 pm
- Forum: GFL SDK
- Topic: Just simple answer - please
- Replies: 4
- Views: 2151
- Tue Apr 15, 2008 11:26 am
- Forum: GFL SDK
- Topic: Just simple answer - please
- Replies: 4
- Views: 2151
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 ...
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 ...
- Tue Apr 15, 2008 9:17 am
- Forum: GFL SDK
- Topic: Just simple answer - please
- Replies: 4
- Views: 2151
Just simple answer - please
Can I use GFLAX in VISUAL BASIC 2008 ? , there is any examples ? listing from VB6 don`t work. (no PICTURE parameter in picturebox)
Robert
Robert
- Mon Apr 14, 2008 12:55 am
- Forum: GFL SDK
- Topic: Gflax in Visual Basic 2008
- Replies: 1
- Views: 1560
CONTINUE
in VB6 - displaing image was realized by :
.LoadBitmap ("c:\TEST 17988.tga")
Picture1.Picture = .GetPicture
in VB2008 i can load thru
Dim Ctrl As GflAx.GflAx
Ctrl = New GflAx.GflAx
Ctrl.LoadBitmap("c:\TEST 17988.tga")
PictureBox1.Image = Ctrl.GetPicture 'ERROR
ERROR there is no PICTURE member ...
.LoadBitmap ("c:\TEST 17988.tga")
Picture1.Picture = .GetPicture
in VB2008 i can load thru
Dim Ctrl As GflAx.GflAx
Ctrl = New GflAx.GflAx
Ctrl.LoadBitmap("c:\TEST 17988.tga")
PictureBox1.Image = Ctrl.GetPicture 'ERROR
ERROR there is no PICTURE member ...
- Sun Apr 13, 2008 11:43 am
- Forum: GFL SDK
- Topic: Gflax in Visual Basic 2008
- Replies: 1
- Views: 1560
Gflax in Visual Basic 2008
Hi !
Im very "green" in serious graphics application , i use VB 2008 for controling external hardware thru rs323 port (VB 2008 is very stable for that applications) , but now i must wrote software to display sequence of pictures on computer screen . There is any examples of uf use GFLAX in Visual ...
Im very "green" in serious graphics application , i use VB 2008 for controling external hardware thru rs323 port (VB 2008 is very stable for that applications) , but now i must wrote software to display sequence of pictures on computer screen . There is any examples of uf use GFLAX in Visual ...