3
Answers

If the aplication is inactive 2 or 3 minutes it must automatically logout.(may be using timer control)


The application is built using wpf and C# in (.net 3.5), in this  the application should automatically logout if it is inactive for few minutes.  i think one way is to use timer control and no ideas about other ways to do this task , if you know the concept and code for this using timercontrol or any other way, please guide me.
Answers (3)
0
Manish Dwivedi

Manish Dwivedi

NA 8.3k 1.2m 16y
Hi Jignesh,
use this for doing that.
string str = "welcome";
string newString = str.Substring(1, str.Length - 1) + str.Substring(0, 1);