Hi.I want to make my program run even not focused on it .How can I do?(My program writes and saves what I pressed on the keyboard)
(sorry for my English)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abdullah AKALINPosted Jun 24, 2010, 7:58 AM
(sorry for my English)
Mahesh ChandPosted Jun 24, 2010, 7:49 AM
If you do have a user interface, you can implement timer so it will automatically run even if your application is minimized. Look into Timer class or search this site.