Category : BASIC Source Code
Archive   : QBFAQR01.ZIP
Filename : DISPRT.BAS

 
Output of file : DISPRT.BAS contained in archive : QBFAQR01.ZIP
SUB DisablePrintScreen ()

'Purpose : To disable the Print Screen Function
'Input : none
'Return : none

DEF SEG = 0
POKE &H500, 1
DEF SEG
END SUB

SUB EnablePrintScreen

'Purpose : To enable the Print Screen Function previously disabled
'Input : none
'Output : none

DEF SEG = 0
POKE &H500, 0
DEF SEG
END SUB


  3 Responses to “Category : BASIC Source Code
Archive   : QBFAQR01.ZIP
Filename : DISPRT.BAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/