Hello

I'm using WinAPI...

Code:
wm_keydown:
begin


    if &#40;GetKeyState&#40;&#40;VK_MENU&#41;&#41; <> 0&#41; and &#40;wParam = VK_RETURN&#41; then
    begin      
   //code here
    end;
how to detect the alt of left?

i tried VK_LMENU but dont get sucess...

suggestions?

Greetings