dotnet_windows_app_design thread: Handling KeyBoard Inactivity with C#
I have built a sample Windows Application in C# which contains some forms. When the user logged into the application is idle for sometime, I need to prompt a screen for the user to enter his credentials again. He can move ahead with the functionalities again. The question here is how do I handle the KeyBoard Inactivity in C# ? Post sample code if u have any. Thanks..
|





