Hi, Novica
I only want to capture ENTER key in my Exit code, Not TAB nor mouse movement. so in my exit code section, I have :
IF KeyPressed(VK_RETURN) THEN
// do things here
END
This works. Now I want simulate this Enter Key AND fire the exit code without pressing the keyboard.
hope I explain clearly.
Robert Zhong