Date: Mon, 8 Aug 1994 17:43:40 -0300 From: "Michael T. Smith" Subject: Newbie questions To: djgpp AT sun DOT soe DOT clarkson DOT edu Hi, I am a relative newbie to C (I have been learning it for nearly a year now, but I am in the process of writing one of my first C programs), and I need some help! I am writing a program which requires that Ctrl + C, Ctrl + Break, Ctrl + Alt + Del, and possible the Windows Cool Switches (Alt + Tab, Alt + Enter, Ctrl + Esc) be disabled. I have been able to disable Ctrl + Break with _go32_want_ctrl_break(1);, and I know that the rest probably require a call to int86() or something like that, but I don't know what to do or how to do it! Any help would be greatly appreciated. I am using DJGPP 1.11.maint2 with GCC 2.5.7. **************************************************************** * Michael Smith * Dartmouth, NS (Canada) * * aa529 AT cfn DOT cs DOT dal DOT ca * Chebucto FreeNet (902)494-8006 * **************************************************************** * Words of Wisdom: * * Beware of programmers carrying screwdrivers. * * MACINTOSH: Machine Always Crashes If Not The OS Hangs * ****************************************************************