"Jack" <aguffabuff at hotmail.com> wrote in message > What commands can I use to have the program know a certain key has > been pressed while another program is in focus? In windows the Key_Down message will tell you if you know the other (focused) window handle. Alan G.