On Wed, Apr 28, 2004 at 12:25:31PM +0200, Francois Gouget wrote:
On Tue, 27 Apr 2004, Kevin Koltzau wrote: [...]
Under NT, services run under a dedicated window station separate from the interactive window station. It is not possible for them to create windows, as there is no display or user input associated with this windows station, they can however have a console
I don't think that it is correct to say that services cannot cerate windows. From what I remember from the time I wrote a service and how I read the information at the URLs you provided, what happens is that a service can create windows but the user won't see them, and the user won't be able to send input of click on them. But as long as the process does not expect the user to do anything with the windows it puts up we should be fine.
What about "Allow service to interact with desktop" I have seen somewhere in Windows?