c# - A windows service application controlled by desktop application? -


i created windows service in c# can start , stop, restart.

is there anyway of creating simple desktop application control it.

example: button start service button stop.

please have @ this article. explains how stop/start/restart service in nice manner.

all need create new winforms/wpf application, add 3 buttons (style like) , assign methods click events of buttons.

easy pie, let me know if need more info.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -