Can’t detect Enter key

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #71409
    syntaxerr
    Participant

    Hi, I can’t detect the enter key anymore after using Alphaskin, please advise

    I tried this script using Delphi7 and it worked before using Alphaskin

    if Key = #13 then
    begin
    if HiWord(GetKeyState(VK_SHIFT)) <> 0 then
    SelectNext(Sender as TWinControl, False, True)
    else
    SelectNext(Sender as TWinControl, True, True);
    Key := #0
    end;

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.