This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hey all, I'm working on a web page using Java with a control on the page. I'm trying to get rid of the stupid "press spacebar to activate this control" message and decided to run a method which would automatically have the program press spacebar or enter. However, I'm having a hard time figuring out how to get it to work. I'm approaching it with
keybd_event(VK_ENTER) or keyPress(KeyEvent.VK_ENTER);
but can't seem to get it to work. Let me know if you have any help... Jason