I think I recall reading in the Windows 2000 Online Help about the Ctrl-Alt-Del combination being recognised only by Windows. Which is why WinNT/2K workstations ask users to press that combo before showing the log on dialog box. I think it has something to do with preventing keytrapper programs from being activated before the user authentication, thus ensuring password security.
Regards, Pranav Negandhi <snip> > I am currently trying to use buddy api- but for whatever reason, i > can't get > it to recognize that combo - or even control or alt keys- I am using > controlDown...putting the focus on the stage... That won't work -- by the time you've detected that sequence in Director you're on the way to force quit. You need to block it before it gets there. If there isn't a native function in BAPI to trap the sequence you'll have to use an Xtra (assuming there is one) or some kind of third-party utility that locks out the sequence on the Windows system level. <snip> [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
