VS Team System
SQL Server
Visual J#
Windows Live
Architecture
Game Technologies
Windows Vista
Visual C++
Smart Device
Visual C#
Visual Studio
Microsoft ISV
Visual Basic
Windows Forms
VS Express Editions
Software Development Network>> .NET Development>> Logon, unlock detection
Logon, unlock detection
Hot Topic
Preventing .NET DLL execution
GetElementById
NetFileEnum Issue on Windows Server 2003 - Urgent
Multiple server objects in one remoting configuration file
Problem with TypeBuilder.DefineField in Beta 2
internallyprotected access modifier? (not internal protected!)
Asynchronous web service calls by TCP
Setting a parameter prevents loading?
StreamReader.ReadLine() problem
UnhandledExceptionEventArgs.ExceptionObject type
.NET Development
Quiting remoting client causes error: System.AccessViolationException
How C# Haihaisoft Media DRM with XML web service?
Problem publishing project with ClikOnce
XMl read
Create derived DataTable
How to use wse2.0 + vs.net2005 beta2(C#) ?
TextBox's ReadOnly Property
Type.GetTypeFromProgID vs. GetTypeFromCLSID
How to force build in Framework 1.1 environment
Certificates accesibility
Logon, unlock detection
I'm writing a tray icon program that needs to display a message when the user logs on or unlocks the task manager. I've been looking for something that might help me in the .NET API. Does anybody have any ideas or hints I could use.
Thanks.
JR
Answer this question
Logon, unlock detection
Jiming
Hi JR
Have a look at the ISensLogon Interface.
(http://msdn.microsoft.com/library/default.asp url=/library/en-us/syncmgr/syncmgr/isenslogon.asp
)
A managed wrapper can be found at
http://adam.hughes.cc/blog/2005/03/21/senswrapper-in-csharp/
Let me know this helps.
Michael
Logon, unlock detection
Answer this question
Logon, unlock detection
Jiming
Have a look at the ISensLogon Interface. (http://msdn.microsoft.com/library/default.asp url=/library/en-us/syncmgr/syncmgr/isenslogon.asp)
A managed wrapper can be found at http://adam.hughes.cc/blog/2005/03/21/senswrapper-in-csharp/
Let me know this helps.
Michael