As you may have noted, MS PowerPoint's object model and programming methods
are very different from Word's. There is no EnableCancelKey function
available in PowerPoint.
What is it you are trying to do? Maybe we could suggest an alternative.

Signature
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
.
> Hello,
>
[quoted text clipped - 5 lines]
>
> Karol Nekanovic
KarNek - 23 Oct 2006 07:06 GMT
Thank you for answer.
What I need is don't allow to break my macro (Ctrl+Break) by user.
Karol
> As you may have noted, MS PowerPoint's object model and programming methods
> are very different from Word's. There is no EnableCancelKey function
[quoted text clipped - 11 lines]
> >
> > Karol Nekanovic
Bill Dilworth - 23 Oct 2006 15:13 GMT
I am not aware of any way to prevent that from a coding standpoint within
PowerPoint's VBA. However I have never needed that function and have never
gone looking for it, so it might be lurking in a damp mildewed corner of the
object model somewhere.
You could disable most of the keyboard input by using Kiosk mode, but code
breaks still make it through this.
Perhaps one of the ninth level mega-gurus knows differently

Signature
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
.
> Thank you for answer.
>
[quoted text clipped - 18 lines]
>> >
>> > Karol Nekanovic