I cannot disable alt+tab. What is wrong?
(1)
var I: LongBool;
SystemParametersInfo(97,Word(true),@I,0);
(2)
procedure TfrmRelatorio.FormKeyDown(Sender: TObject; var Key: Word;
Shift: TShiftState);
keypreview:=true;
if (Key = VK_Tab) and (ssAlt in Shift) then
Key := 0;