Pregunta

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#

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top