Re: Interesting --- VK_ESCAPE used to work --- Only one that now does VK_ENTER ??
- Posted by zebra Apr 11, 2011
- 1508 views
Selgor said...
Selgor here.
procedure WinKey(integer self, integer event, sequence parms) -- Check for key presses. if parms[1] = VK_MBUTTON then --LMENU+VK_F10 then --PAUSE then --ESCAPE then setCtlPosition(Win, 525, 150) -- Show it end if end procedure setHandler( Screen , w32HKeyDown, routine_id("WinKey"))
The above code is part of a programme that when run hides a window.To "see" the window the ESCAPE key is pressed. It has been working beautifully until yesterday. Now all that works is ENTER. As you can see I have tried quite a few keys and now the middle mouse button.
Even tried second keyboard. No luck . Enter the only one ?
Anyone have a clue or another way to "see" window ??
Cheers, Selgor.
Did you try w32HKeyPress ?