I have an application developed in VB.NET that has several routines that are started with a timer. It is available in the console application. The user does not interact with the console.
What the application runs in the background. Actually I already have a windowless service that starts an application, but it's a code and "for" executive but if I run with two clicks, it works perfectly.
How can I make my application run in the background with a service already running an application?