24 September 2023 - 03:45


The service could be a Windows Service or a console application which runs before startup.You need to separate the services of your application from UI. If there is a way in c# programming for show that app after login please share. I mean my application must be running even before log in and it should sit on System Tray from which I can "show" Interface for interact.

How can i see that winform after login to windows?(I need GUI) I can see that app is running in task manager. The problem is that file is executed on startup, but after login to windows i can not see it's form is running.

