Page 1 of 1

Run as service or minimized

Posted: Thu Apr 19, 2018 6:24 pm
by RussBaker
I'm writing a program to act as a gateway. It polls for files and processes them constantly running in the background.

It has no real interface. It simply processes files that it finds in a folder.

Is there a way to run this automatically at startup as a Windows service? Or at least in the system tray minimized.

--Russ

Re: Run as service or minimized

Posted: Fri Apr 20, 2018 9:43 am
by Anand
Check MniGUI samples, c:\MiniGUI\SAMPLES\Advanced\TrayCountdown\ to get the idea for it.

Regards,

Anand