The QBasic Site

[ HOME | PROGRAMS | MY PROGRAMS | UPHO | TIPS | TUTORIALS | SUBMIT | LINKS | E-MAIL ]

Tips

Send a e-mail with any QB tips to me, and I will publish it with your name, URL, and e-mail.

This is an old tip that I already have had on my page before.
It's the program code for verticle retrace. It will reduce flicker.

WAIT &H3DA, 8
WAIT &H3DA, 8, 8



This tips is from Dave Stewart.
It will make the computer reboot. Remember, that it only works in DOS.
In WIN95/NT it will only end the program.


OUT &H64, &HFE



This tips is from Dave Stewart.
It will disable the CTRL+BREAK and CTRL+C functions.
Remember to make some function to quit the program before starting it with this code.


DEF SEG = 0
FOR Z = 0 TO 3
POKE (108 + Z), PEEK (112 + Z)
NEXT


This page is made by Daniel Hedsén (Quant)
Updated: 97.11.10