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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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