Board index » delphi » HELP! Detect Ctrl-break in TP7

HELP! Detect Ctrl-break in TP7

        Hi!

        Could anyone here help me how to detect Ctrl-Break in TP7.

After using Setbreak to disable Ctrl-Break.  How could I give a warnning

message if somebody still using Ctrl-Break.

 

Re:HELP! Detect Ctrl-break in TP7


In article <40dvdg$...@tiptoe.fhda.edu>,
Hoa Ngoc Vu  <hnv47...@challenger.fhda.edu> wrote:
:       Could anyone here help me how to detect Ctrl-Break in TP7.
:After using Setbreak to disable Ctrl-Break.  How could I give a warnning
:message if somebody still using Ctrl-Break.

Covered as the very first item in the FAQ

 87726 Aug 6 08:55 ftp://garbo.uwasa.fi/pc/ts/tsfaqp27.zip
 tsfaqp27.zip Common Turbo Pascal Questions and Timo's answers

   All the best, Timo

....................................................................
Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
Department of Accounting and Business Finance  ; University of Vaasa
t...@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland

Re:HELP! Detect Ctrl-break in TP7


HYa... All,

Friday August 11 1995 00:58, Hoa Ngoc Vu  wrote to All:

 HV>   Could anyone here help me how to detect Ctrl-Break in TP7.
Uhmz it'z sumthing with INT 09 or sumthing.....ya should look it up in one or an other interrupt list....

 HV> After using Setbreak to disable Ctrl-Break.  How could I give a
 HV> warnning
 HV> message if somebody still using Ctrl-Break.
Just do sumthing with int 09 ;]

ZYa NXT TiMe... DeLTa RaY/DMA
--
| Standard disclaimer: The views of this user are strictly his own.

Re:HELP! Detect Ctrl-break in TP7


Re:HELP! Detect Ctrl-break in TP7


Quote
In article <8fc_9508141...@idn.nl> Delta....@Quazar.idn.nl (Delta Ray) writes:
>From: Delta....@Quazar.idn.nl (Delta Ray)
>Date: 13 Aug 95 06:29:24
>Subject: HELP!  Detect Ctrl-break in TP7
>HYa... All,
>Friday August 11 1995 00:58, Hoa Ngoc Vu  wrote to All:
> HV>   Could anyone here help me how to detect Ctrl-Break in TP7.
>Uhmz it'z sumthing with INT 09 or sumthing.....ya should look it up in one or
>an other interrupt list....
> HV> After using Setbreak to disable Ctrl-Break.  How could I give a
> HV> warnning
> HV> message if somebody still using Ctrl-Break.
>Just do sumthing with int 09 ;]
>ZYa NXT TiMe... DeLTa RaY/DMA
>--
>| Standard disclaimer: The views of this user are strictly his own.

Re:HELP! Detect Ctrl-break in TP7


Re:HELP! Detect Ctrl-break in TP7


I wrote a little loggin program for lan users which must not be terminated
in any other way (including CTRL-Break), except its intended exit procedure.

I have a problem with disabling CTRL-BREAK, but at least I know it has
something to do with interrupt 1Bh and BIOS INT 09h...

Please anyone, Could you help me with this!!

*REPLY TO NEWSGROUP AND/OR TO M...@MEDICINE.UCT.AC.ZA.*

I appreciate you knowledge and expectise and trus that you will be able to
help....

Re:HELP! Detect Ctrl-break in TP7


Re:HELP! Detect Ctrl-break in TP7


Quote
> HV> After using Setbreak to disable Ctrl-Break.  How could I give a
> HV> warnning
> HV> message if somebody still using Ctrl-Break.

Hi!

As I'm new on the net, please tell me: Have you got a good answer on
this question yet?? If you haven't, please mail me at ro...@sbbs.se....
I've got some source to help you out...

Re:HELP! Detect Ctrl-break in TP7


Re:HELP! Detect Ctrl-break in TP7


In article <mss.7.3031F...@medicine.uct.ac.za>,
Medical Students' Society <m...@medicine.uct.ac.za> wrote:
:I have a problem with disabling CTRL-BREAK, but at least I know it has
:something to do with interrupt 1Bh and BIOS INT 09h...

 87726 Aug 6 08:55 ftp://garbo.uwasa.fi/pc/ts/tsfaqp27.zip
 tsfaqp27.zip Common Turbo Pascal Questions and Timo's answers

   All the best, Timo

....................................................................
Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
Department of Accounting and Business Finance  ; University of Vaasa
t...@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland

Other Threads