| Subject: Windows Component for Login, LogOff |
| Group: microsoft.public.windows.64bit.general |
| Date: 7/29/2008 2:42:07 AM |
| From: =?Utf-8?B?U2FxaWIgU2FsZWVt?= [Email Address Protection] |
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 |
| Back |
| Subject: Re: Windows Component for Login, LogOff |
| Group: microsoft.public.windows.64bit.general |
| Date: 7/29/2008 5:15:37 AM |
| From: Bobby Johnson [Email Address Protection] |
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 |
| Back |
| Subject: Re: Windows Component for Login, LogOff |
| Group: microsoft.public.windows.64bit.general |
| Date: 7/29/2008 5:59:32 AM |
| From: "Steve Foster [SBS MVP]" [Email Address Protection] |
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 |