Hi all,
is there a possibility for my application to get notified when user logs on? It is service and I would like to do some action as soon as user logs on.
Thank you.
Printable View
Hi all,
is there a possibility for my application to get notified when user logs on? It is service and I would like to do some action as soon as user logs on.
Thank you.
you can use the WM_USERCHANGED message notification.
Cheers