Does it need to run even when no user is logged in? If not, then you could just create a gui app as required and add it to the Windows startup list. Much cleaner and using the features already built into Windows.
On Mon, Jul 22, 2013 at 3:43 PM, <[email protected]> wrote: > I have gui that provides extra functionality when required but installed > as service so a reboot doesn’t affect operation.**** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Tom Rutter > *Sent:* Monday, 22 July 2013 3:26 PM > > *To:* ozDotNet > *Subject:* Re: Winforms\WIndows Service**** > > ** ** > > Yeh I maintained an app back in the day that did this for debugging > purposes. Just had 2 code paths. Don't really need it though. I can't think > of a reason you would need this off the top of my head.**** > > On Mon, Jul 22, 2013 at 10:13 AM, <[email protected]> wrote:**** > > I found some code a while back that allowed me to have an application that > could run as a service or a winform interface…anyone done this before?*** > * > > **** > > **** > > Anthony**** > > **** > > **** > > ** ** >
