S
Saqib Saleem
Hi,
I have developed a windows service that catches the Login, LogOff, Lock
(Ctrl+Alt+Del), Restart/ Cold boot events and write in a log file.
The service executes perfectly on on normal desktop pc with windows xp but
when it is executed on a tough book with Embedded Xp installed, it does not
fire the OnSessionChange event.
Can anybody tell that what is missing in between. Following namespaces are
used in it:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.ServiceProcess;
using System.Text;
using System.IO;
using System.Xml;
I have developed a windows service that catches the Login, LogOff, Lock
(Ctrl+Alt+Del), Restart/ Cold boot events and write in a log file.
The service executes perfectly on on normal desktop pc with windows xp but
when it is executed on a tough book with Embedded Xp installed, it does not
fire the OnSessionChange event.
Can anybody tell that what is missing in between. Following namespaces are
used in it:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.ServiceProcess;
using System.Text;
using System.IO;
using System.Xml;