Windows application to non-interactive application
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
Hi there, I like to use a .NET form application as a non-interactive (service like) application. I was just wondering if there is an easy way to do it without changing a whole lot of code. Thanks in advance.
Easiest way, at least in my opinion, would be to start a new Windows Service project and copy in the code you.
only two letters away from being an asset
-
Hi there, I like to use a .NET form application as a non-interactive (service like) application. I was just wondering if there is an easy way to do it without changing a whole lot of code. Thanks in advance.