Home | Reviews | GUIpedia | Forum | Fun500
jasonwoodland | Future LoadBMPHi all
am I having a stupid moment or am I missing something from this program
REM $Incude: 'C:qbxLibaryFUTURE.BI'
[code]
CLS
'Set640x480 32
Future.LoadBMP 'C:jw.bmp', 50, 50
[/code]
When i go to load it i get a error at
Future.LoadBMP
saying
"Subprgram not defined"
any advice please (as I am still strying to find
my DOS feet from spending 10yrs with VB6)
what I am trying to do is display a logo on the screen. once i have this sorted I will try and draw a while box with the logo on top of that | 2009-10-29 | 8:46 PM |
jasonwoodland | Re:Future LoadBMPDo you use QBX (QB 7.1) ?
I use 4.50
I would:
'$include:'future.bi'
Set640x480 32
Future.LoadBMP "C:jw.bmp", 50, 50
Strings are "hello" and hello$
Integers are 50 and num%
HEXes are &h3da and hex&
Longs are 3.1428571 and pi! | 2009-10-30 | 12:54 AM |
twilightsentry | Re:Future LoadBMPDid you use "/L whatever.qlb" when you started qb[x]? | 2009-10-30 | 7:13 AM |
aguma | Re:Future LoadBMP1. do what twilightsentry said
3. You commented out set640x480 32 for some reason | 2009-10-30 | 6:41 PM |
BASIC Programming Help
2021 Brandon Cornell