home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7428 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  710 b 

  1. Path: sparky!uunet!europa.asd.contel.com!emory!wupost!spool.mu.edu!olivea!charnel!rat!ucselx!crash!tech
  2. From: tech@crash.cts.com (Don Bontemps)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Stopping Control-C...  I though I was...
  5. Message-ID: <1992Dec13.093306.7988@crash>
  6. Date: 13 Dec 92 17:33:05 GMT
  7. Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
  8. Lines: 5
  9.  
  10. I wrote an application program that I did not want the user to be able
  11. to exit via pressing <control-C>.  I included the "setcbreak := true"
  12. line to my source code.  This stops <control-C> but does not stop
  13. <control-break> (ie: the break on the pause key).  Can someone tell me
  14. how to prevent <control-break> from doing this?   Thanks.....!
  15.