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
Post a Comment