Frage

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#

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top