My Win32::GUI program terminates when the ESC key is pressed.
I only want my users to be able to mouse click File->Exit, or
The X in the upper right corner of the window/dialogbox to end
The program. How can the ESC key be trapped? Thanks, -Eric
Exit_Click {
return -1;
}
Window_Terminate {
return -1;
}
