문제

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#

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top