Hi everybody,
As you know, if you press WIN+L keys in WindowsXP, Windows stucks and nothing will work until you log in to Windows (Ctrl+Alt+Del, Win+R, Alt+Tab, Ctrl+Esc, …. will NOT work, but programs are still working in memory).
I want to simulate this by programming. Suppose I have a button on the form by pressing it, Windows locks and for unlocking it user must enter his/her own password.
Programmatically I can simulate pressing WIN+L keys, but I have a list of people in my database with their own password and I want to manage them manually, so I can not use WIN+L and have to simulate it.
Can anyone help me?