Help, I need a program that will run in the background and will simulate an enter keypress every ten seconds, but it has to be in the current window, Say in an inbox for an email that will check every ten secs for a new email.
Ingvar, I made a little program that does exactly that. All you have to do is type in "{enter}" and "10" to make it simulate the enter key every ten seconds. Its an exe I call WinRepeater, so if you want me to send it to you, e-mail me at crrrazydan@yahoo.com
Or you could use add a Timer, set the interval to 1min (about the maximum interval) add a counter inside the Timer_Timer event and when that timer hits 10 you use the SendKeys "{enter}" to send the enter key to the app that has focus. Be sure to reset the counter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.