This is from Keyboard.c.
Question: how to finish the missing part of the sentence "This should
prevent..."? Thanks. Best regards, Paul
// Compare the active form's window to the active window
==> // This should prevent
originalForm = FrmGetActiveForm();
winH = WinGetActiveWindow();
if (winH != WinGetWindowHandle(originalForm))
{
SndPlaySystemSound(sndError);
return;
}
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/