Home | Reviews | GUIpedia | Forum | Fun500


jasonwoodlandZomming An Image In Quickbasic.
How can you zoom an image in QB quite fast, is there a library including a function to do so?
2008-08-309:07 AM

ToddRe:Zomming An Image In Quickbasic.
SCREEN 13 is the quickest way to do it but in SCREEN 12 or even in SVGA, it will be very flickery.
2008-08-309:29 AM

jasonwoodlandRe:Zomming An Image In Quickbasic.
Is there any Maths involved in the code?
2008-08-309:46 AM

BrandonRe:Zomming An Image In Quickbasic.
nope it done by dream power.lol shit i've been in disney too long. if you want to do it id use pages and search petesqbsite for help.
2008-08-3010:41 AM

jasonwoodlandRe:Zomming An Image In Quickbasic.
What is Pages?
2008-08-305:39 PM

ToddRe:Zomming An Image In Quickbasic.
Pages are sections in memory used for SCREEN 13 that allow you to copy the screen onto a "page" and switch between them. It's pretty efficient but can use a decent amount of memory.
2008-08-306:47 PM

BrandonRe:Zomming An Image In Quickbasic.
it works in other screenmodes. I dunno if the future lib has them or not but freebasic does. I go home in the morning between flying and driving I should be home at 8pm or so, but I don't expect know if I will post here until the morning.
2008-08-308:33 PM

jasonwoodlandRe:Zomming An Image In Quickbasic.
Future has them, what a relife.:laugh:
2008-08-315:58 PM

BASIC Programming Help


2021 Brandon Cornell