Windows Component for Login, LogOff

  • Thread starter Thread starter Saqib Saleem
  • Start date Start date
S

Saqib Saleem

Guest
Hi everybody

I am developing a service that will communicat with windows Login / LogOff
events. I have used the following base clases of Framework 2.0 i.e VS 2005:

using System.ComponentModel;
using System.Diagnostics;
using System.ServiceProcess;
using System.IO;
using System.Xml;

Can somebody tell me that which windows component communicates with one of
the above mentioned namesapce for the Login / LogOff events.

Its very urgent. Waiting for the reply.

Saqib Sallem
 
Re: Windows Component for Login, LogOff

Since this group is geared toward the Windows 64-bit End
User you might want to look for a Developers group.


Saqib Saleem wrote:
> Hi everybody
>
> I am developing a service that will communicat with windows Login / LogOff
> events. I have used the following base clases of Framework 2.0 i.e VS 2005:
>
> using System.ComponentModel;
> using System.Diagnostics;
> using System.ServiceProcess;
> using System.IO;
> using System.Xml;
>
> Can somebody tell me that which windows component communicates with one of
> the above mentioned namesapce for the Login / LogOff events.
>
> Its very urgent. Waiting for the reply.
>
> Saqib Sallem
 
Re: Windows Component for Login, LogOff

Saqib Saleem wrote:

>Hi everybody
>
>I am developing a service that will communicat with windows Login / LogOff
>events. I have used the following base clases of Framework 2.0 i.e VS 2005:
>
>using System.ComponentModel;
>using System.Diagnostics;
>using System.ServiceProcess;
>using System.IO;
>using System.Xml;
>
>Can somebody tell me that which windows component communicates with one of
>the above mentioned namesapce for the Login / LogOff events.
>
>Its very urgent. Waiting for the reply.


I suggest you ask in one of the DotNet related groups, as they would be
better suited for the question topic.

--
Steve Foster [SBS MVP]
---------------------------------------
MVPs do not work for Microsoft. Please reply only to the newsgroups.
 
Back
Top