Windows Service with WPF management tool -


I am trying to create a window service with .net in C # that runs before the user is logged on ... then when a user is logged on, the system should be visible in the tray (beside the clock). To show that user is running the service .. Double-click that symbol, a configuration utility (written in writing) should be shown to the user, so that he can configure the service, read data about it And in the same way.

Is there a possibility to do this within an application?

Thanks in advance for any help! !

No, you can not do this with an application because the services differ with a different user The session is run. You need to create two applications and implement some communication between the two.

I do not advise to use the designated pipe directly (like), but was designed to keep an eye on the WCF that was designed for interprocess communication and well executed information communication technology Here's a link that can help you with WCF:

Best regards, Oliver Hannappa


Comments