Hey Paul; are you actually getting it to work by putting VK_RETURN there? My
compiler screws its nose unless I use ascii.
Cheers,
Al+
> procedure TForm1.FormKeyUp(Sender: TObject; var Key: Word;
> Shift: TShiftState);
> begin
> if (Key = VK_RETURN) and (GetKeyState(VK_CONTROL) and $80 <> 0) then
> begin
> // do stuff
> end;
> end;
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- [DUG]: Setting up the # of drop down rows from a... Chris Crowe
- RE: [DUG]: Setting up the # of drop down row... Dennis Chuah
- RE: [DUG]: Setting up the # of drop down... Chris Crowe
- RE: [DUG]: Setting up the # of drop... Dennis Chuah
- RE: [DUG]: Setting up the # of ... Chris Crowe
- [DUG]: Very Strange Quick Report Chris Crowe
- RE: [DUG]: Very Strange Quick Repor... Chris Crowe
- RE: [DUG]: Very Strange Quick R... Patrick Dunford
- RE: [DUG]: Very Strange Quick R... Chris Crowe
- Re: [DUG]: Trapping and using a CTRL-ENTER Paul Lowman
- Re: [DUG]: Trapping and using a CTRL-ENTER Alistair George
- Re: [DUG]: Trapping and using a CTRL-ENTER Paul Lowman
- Re: [DUG]: Trapping and using a CTRL-ENTER Paul Lowman
