Question

I want to open an url in a browser after no activity in windows , and that using windows services

Any idea how that will be in c#

Was it helpful?

Solution

You would need thread that checks for activity, Make a class with a method in it, Make a timespan that checks time since the last key was pressed and use an if statement to launch a browser if the time passes a certain amount.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top