From: Darmadi on 20 Oct 2009 23:11 Hi to all, I have test NT Services a sample from VO 2.8 When running that service, and opening an application it showing a dialog "Interactive services dialog detection" in Ms. Windows Vista. How do I do to make it easier just opening an application only ? (Not displaying the "Interactive services dialog detection") Regards, Darmadi
From: Arne Ortlinghaus on 22 Oct 2009 05:46 It is difficult to have interaction between services and the desktop. Better would be to make two programs: one service and one application that is started in the autostart and that is communicating with the service. The application then can open other applications visible for the user. Arne Ortlinghaus ACS Data Systems
From: Geoff Schaller on 25 Oct 2009 17:26 Darmadi, You probably haven't written your service correctly. There mustn't be any GUI or anything needing client input or output... otherwise it isn't really a service. You either build a small application to consult settings or properties or what you want should really be a scheduled task rather than a service. What are you trying to achieve with the service and what features were you wanting to use? Geoff "Darmadi" <support(a)gfsoftindo.com> wrote in message news:hblu4e$96p$1(a)aioe.org: > Hi to all, > > I have test NT Services a sample from VO 2.8 > When running that service, and opening an application it showing a dialog > "Interactive services dialog detection" in Ms. Windows Vista. > How do I do to make it easier just opening an application only ? (Not > displaying the "Interactive services dialog detection") > > Regards, > Darmadi
From: Darmadi on 25 Oct 2009 22:40 Geoff, the service itself don't use any GUI Class, only opening another application (using CreateProcess). The application was opened, but in Vista showing "Interactive services dialog detection" Regards, Darmadi "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> wrote in message news:oo3Fm.49917$ze1.49170(a)news-server.bigpond.net.au... > Darmadi, > > You probably haven't written your service correctly. There mustn't be any > GUI or anything needing client input or output... otherwise it isn't > really a service. You either build a small application to consult settings > or properties or what you want should really be a scheduled task rather > than a service. > > What are you trying to achieve with the service and what features were you > wanting to use? > > Geoff > > > "Darmadi" <support(a)gfsoftindo.com> wrote in message > news:hblu4e$96p$1(a)aioe.org: > >> Hi to all, >> >> I have test NT Services a sample from VO 2.8 >> When running that service, and opening an application it showing a dialog >> "Interactive services dialog detection" in Ms. Windows Vista. >> How do I do to make it easier just opening an application only ? (Not >> displaying the "Interactive services dialog detection") >> >> Regards, >> Darmadi >
From: Geoff Schaller on 25 Oct 2009 23:31 Yes well that is definitely an interactive process <g>. Why does your service spawn additional processes? Why can't the process do whatever it is that needs doing? You shouldn't really mix processes with services. This is what it is complaining about <g>. "Darmadi" <support(a)gfsoftindo.com> wrote in message news:hc3270$s02$1(a)aioe.org: > Geoff, > > the service itself don't use any GUI Class, only opening another application > (using CreateProcess). > The application was opened, but in Vista showing "Interactive services > dialog detection" > > Regards, > Darmadi > > "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> wrote in message > news:oo3Fm.49917$ze1.49170(a)news-server.bigpond.net.au... > > > Darmadi, > > > > You probably haven't written your service correctly. There mustn't be any > > GUI or anything needing client input or output... otherwise it isn't > > really a service. You either build a small application to consult settings > > or properties or what you want should really be a scheduled task rather > > than a service. > > > > What are you trying to achieve with the service and what features were you > > wanting to use? > > > > Geoff > > > > > > "Darmadi" <support(a)gfsoftindo.com> wrote in message > > news:hblu4e$96p$1(a)aioe.org: > > > > >> Hi to all, > >> > >> I have test NT Services a sample from VO 2.8 > >> When running that service, and opening an application it showing a dialog > >> "Interactive services dialog detection" in Ms. Windows Vista. > >> How do I do to make it easier just opening an application only ? (Not > >> displaying the "Interactive services dialog detection") > >> > >> Regards, > >> Darmadi > > >
|
Next
|
Last
Pages: 1 2 3 Prev: Very slow IDE with SP3 Next: Recommendations for linkable report writer |