home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10760 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.7 KB

  1. Path: sparky!uunet!mcsun!uknet!bradford.ac.uk!M.E.Bullivant
  2. From: M.E.Bullivant@bradford.ac.uk (Martin Bullivant)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Disable CTRL+BREAK from a TP6 program
  5. Message-ID: <1992Nov19.100656.2430@bradford.ac.uk>
  6. Date: 19 Nov 92 10:06:56 GMT
  7. References: <1992Nov18.141829.813@bradford.ac.uk>
  8. Organization: University of Bradford, UK
  9. Lines: 41
  10. Originator: 89067960@ccw301
  11. Nntp-Posting-Host: ccw301
  12. X-Newsreader: TIN [version 1.1 PL6]
  13.  
  14.  
  15. Here is the answer:
  16.  
  17.  
  18. From 739chan1@edu.wmich.gw Thu Nov 19 02:23:43 1992
  19. Received: from nsf.ac.uk by mail.bradford.ac.uk; Thu, 19 Nov 92 02:23:42 GMT
  20. Received: from gw.wmich.edu by sun3.nsfnet-relay.ac.uk with Internet SMTP 
  21.           id <g.13534-0@sun3.nsfnet-relay.ac.uk>;
  22.           Wed, 18 Nov 1992 20:11:28 +0000
  23. Received: from PIGLET.DECnet MAIL11D_V3 by gw.wmich.edu (5.57/Ultrix4.1) 
  24.           id AA26923; Wed, 18 Nov 92 15:11:12 -0500
  25. Date: Wed, 18 Nov 92 15:11:11 -0500
  26. Message-Id: <9211182011.AA26923@gw.wmich.edu>
  27. From: 739chan1@edu.wmich.gw (Temporarily Comatose)
  28. To: M.E.Bullivant@uk.ac.bradford
  29. Subject: Disable CTRL+BREAK from a TP6 program
  30. Sender: 739chan1@edu.wmich.gw
  31. Status: OR
  32.  
  33. X-News: wmichgw comp.os.msdos.misc:8968
  34.  
  35. >From: M.E.Bullivant@bradford.ac.uk (Martin Bullivant)
  36. >Subject:Disable CTRL+BREAK from a TP6 program
  37. >Date: 18 Nov 92 14:25:45 GMT
  38. >Message-ID:<1992Nov18.142545.890@bradford.ac.uk>
  39.  
  40. >
  41. >How do I disable the CTRL+BREAK key sequence from within a TP6 program?
  42. >I tried the SetCBreak(FALSE) statement, but nothing seems to happen!
  43. >
  44.  
  45. I think the correct method is CHECKBREAK := FALSE;
  46. as far as I can remember.
  47.  
  48. Lemming.
  49.  
  50. -- 
  51. What do you know of wants and feelings?
  52. Nothing...Well almost nothing.
  53.     -- Lutan and Picard, "Code of Honor", stardate 41235.25
  54.