How can I move design classes from one application project to a new windows service in Visual Studio 2010?

  • Thread starter Thread starter Manuel Costas
  • Start date Start date
M

Manuel Costas

Guest
I have coded an application using Visual Studio 2010. It consists of a GUI (console) for user interaction and setting up certain parameters. Now I need to convert it to a Windows service and use the same designer classes (Form.designer.cs) that I used in the application to program the GUI, so the Windows service has that same GUI. How can I do that?

Do I need to somehow migrate the whole code to the service or is there any other way?

Thank you for your help.

Continue reading...
 
Back
Top