Guest Saqib Saleem Posted July 29, 2008 Posted July 29, 2008 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
Guest Bobby Johnson Posted July 29, 2008 Posted July 29, 2008 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
Guest Steve Foster [SBS MVP] Posted July 29, 2008 Posted July 29, 2008 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.
Recommended Posts