cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Key input
Key input
Oct 20, 2015 at 10:20pm UTC
sintexis
(1)
I am c++ noob and I want to know if there is anyway to make a program that generates a key press (like F5) every 10 seconds.
My goal is to make my browser window to refresh every 10 seconds.
Oct 20, 2015 at 11:37pm UTC
Duthomhas
(13212)
Wouldn't it be simpler just to create a page with a frame targeting your preferred URL that refreshes every 10 seconds?
Oct 21, 2015 at 1:51pm UTC
wizebin
(148)
A browser extension may be another simple method.
https://developer.chrome.com/extensions/getstarted
Oct 25, 2015 at 6:29am UTC
integralfx
(897)
Try Autohotkey.
http://www.autohotkey.com/
Topic archived. No new replies allowed.