Windows Service architecture

  • Thread starter Thread starter tamasuMT
  • Start date Start date
T

tamasuMT

Guest
Dear all,

I am setting up a windows service to listen for a particular tcp port. However before doing so the application needs to check whether configuration has been set. If not set a windows form should popup asking user to set the configuration.

How is it best to proceed?

Should i create a windows forms app and then add a service or create the project based on a Windows Service (.NET framework) template. If the latter how can i call a form through the service?

Thanks

Continue reading...
 
Back
Top