SucceedEgg
Hello, Mathew
> Does the service start when the computer starts
Yes. My service starts automatically when computer starts.
> How does your service communicate to your client application (if it does indeed do this)
My service can run stand-alone before user logon and after user logon, my service communicates with a client app using named event objects and a memory mapped file. I think that the communication is not problem and if that has a problem, I can solve it.
My service calls GetCursorInfo(for Win2K, GetCursorPos works, but for WinXP, GetCursorPos does not work) to check cursor position. But in Vista, the GetCursorInfo call in my service does not work at all. I think the reason may be from not supporting an interactive service in Vista. As I mentioned early, after user logs on, client app can call this API and inform my service of the result. But before user logs on, how to check cursor position
Even before user logs on explicitly, can an user application run
Thanks in advance.
Egg