Domanda

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#

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top