Home | Reviews | GUIpedia | Forum | Fun500


jasonwoodlandFuture LoadBMP
Hi 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-298:46 PM

jasonwoodlandRe:Future LoadBMP
Do 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-3012:54 AM

twilightsentryRe:Future LoadBMP
Did you use "/L whatever.qlb" when you started qb[x]?
2009-10-307:13 AM

agumaRe:Future LoadBMP
1. do what twilightsentry said 3. You commented out set640x480 32 for some reason
2009-10-306:41 PM

BASIC Programming Help


2021 Brandon Cornell