windows service with ui on vista
-
Hello, everyone, I want to implement such requirement as making a windows service on vista, the service can display ui to user. How can I do? Where I can find the example? Best Regards.
-
Hello, everyone, I want to implement such requirement as making a windows service on vista, the service can display ui to user. How can I do? Where I can find the example? Best Regards.
The proper name is an 'Interactive Session', check out this[^] MSDN article which explains about them. Under Windows Vista interactive sessions are being fazed out though, check out this[^] blog entry by Larry Osterman (from Microsoft) which explains the reasons behind not using them. Gavin Taylor w: http://www.gavspace.com -- modified at 0:13 Tuesday 7th March, 2006
-
Hello, everyone, I want to implement such requirement as making a windows service on vista, the service can display ui to user. How can I do? Where I can find the example? Best Regards.
These articles are very helpful to me, thanks!