Hi,
When we have shortcut keys that do specific things - say Alt-A is used for
press the All Clear Button - we use FormKeyDown and have something akin to:
else if Shift = [ssAlt] then
begin
case Key of
VK_A:
begin
AllClearBtn.Click;
Key := 0;
end;
However all the "Alt-" shortcut keys cause a system beep - anyone know how
to avoid this beep?
Glenn Crouch, mailto:[email protected]
ESB Consultancy, http://www.esbconsult.com
Follow us on Twitter: http://twitter.com/esbglenn
Home of ESBPCS and ESB Calculators
Kalgoorlie-Boulder, Western Australia
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk