Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen 13 800x600
#1
is it possible to use screen 13 for 800x600? Smile
Reply
#2
That's possible using a SVGA-VESA lib. You could try FutureLib but AK-lib is the most compatible graphics lib. It's available on http://www.iconsoft.de/download/ak15.zip
Start QB with the /L <filename> command and try this small code:
Code:
CALL XSCREEN(&H103)
CALL SET.PICTURE(100,100,"mypict.bmp")
SLEEP
[Image: f.jpg]
Reply
#3
And with other SCREEN ? Smile
Reply
#4
Code:
'       ============================
'        Mode    Resolution  Colors
'       ============================
'        &H13     320x200     256  (QB SCREEN 13)
'        &H100    640x400     256
'        &H101    640x480     256
'        &H103    800x600     256
'        &H105   1024x768     256
'        &H107   1280x1024    256
'        &H120   1600x1200    256
'
'        &H10D    320x200     32k
'        &H110    640x480     32k
'        &H113    800x600     32k
'        &H116   1024x768     32k
'        &H119   1280x1024    32k
'        &H121   1600x1200    32k
'
'        &H10E    320x200     64k
'        &H111    640x480     64k
'        &H114    800x600     64k
'        &H117   1024x768     64k
'        &H11A   1280x1024    64k
'        &H122   1600x1200    64k
[Image: f.jpg]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)