From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e812d69362dc764c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-15 10:26:40 PST Path: supernews.google.com!sn-xit-02!supernews.com!216.227.56.88.MISMATCH!telocity-west!TELOCITY!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sunqbc.risq.qc.ca!news3.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: "Freelancer" Newsgroups: comp.lang.ada Subject: How to lock keys. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Fri, 15 Dec 2000 18:24:44 GMT NNTP-Posting-Host: 64.229.195.161 X-Trace: news20.bellglobal.com 976904684 64.229.195.161 (Fri, 15 Dec 2000 13:24:44 EST) NNTP-Posting-Date: Fri, 15 Dec 2000 13:24:44 EST Organization: Sympatico Xref: supernews.google.com comp.lang.ada:3176 Date: 2000-12-15T18:24:44+00:00 List-Id: I'm using ObjectAda and programming console programs in win98. I was wondering if someone could tell me how to lock out any keys that I don't want in my program. For example : I would like to lock out CTRL+C so that it doesn't terminate the program. Thanks for your help! :)