Category : BASIC Source Code
Archive   : CZLIS110.ZIP
Filename : DEMO.BAS

 
Output of file : DEMO.BAS contained in archive : CZLIS110.ZIP
DEFINT A-Z

'$FORM frmCzList
'$FORM Demodir
'$FORM General

' CzList Internal functions. These functions have to be declared if you
' want to use them.
DECLARE FUNCTION CzGetWhatKindMem% ()
DECLARE FUNCTION CzItemsTagged% ()
DECLARE FUNCTION CzAllowTagging% (YesNo%)
DECLARE FUNCTION CzKeybTagScrolling% (YesNo%)
DECLARE FUNCTION CzMouTagScrolling% (YesNo%)
DECLARE FUNCTION CzSetVirtualPath% (PathToSet$)

SUB FChkAllowTag (frmCzList AS FORM)

IF frmCzList.chkAllowTag.Value = 1 THEN
Result = CzAllowTagging(0)
Result = CzKeybTagScrolling(0)
Result = CzMouTagScrolling(0)
frmCzList.chkKeybTag.Enabled = -1
frmCzList.chkMouseTag.Enabled = -1
frmCzList.chkKeybTag.Value = 1
frmCzList.chkMouseTag.Value = 1
ELSE
Result = CzAllowTagging(1)
Result = CzKeybTagScrolling(1)
Result = CzMouTagScrolling(1)
frmCzList.chkKeybTag.Enabled = 0
frmCzList.chkMouseTag.Enabled = 0
END IF

END SUB



  3 Responses to “Category : BASIC Source Code
Archive   : CZLIS110.ZIP
Filename : DEMO.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/