|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
windows service + vb.net + windows 2003hello, i have created a .net windows service
this service will run external programs, and make it show. i use user32's showWindow to show it it works in windows XP however in Windows2003, it can only run, but not show the external program.the executed program runs hidden ! is there somekind of security policy settings i need to adjust for this windows service? Nick Chan wrote:
> i have created a .net windows service I would suggest that's a Bad Idea.> this service will run external programs, and make it show. > in Windows2003, it can only run, but not show the external Probably because the external program is running on a virtual desktop > program.the executed program runs hidden ! that /nobody/ can get to. That's why it's a very. /very/ bad idea to issue any sort of dialog from a Windows Service. :-) > is there somekind of security policy settings i need to adjust for this In current versions of Windows, you can configure the Service to > windows service? "interact with the Desktop", but /only/ if it runs under the local System account. As I understand it, this "interact with desktop" option /does not exist/ in Windows Vista. Regards, Phill W.
main menu disappearred
If comparision operator is one of these or contains ? VB 2005 Form Controls Disappeared!! Table Adapter Update Method UTF-8 encoding problem Question about walking the file system Show ToolTip on every Control continuously Read another applications textboxes (VB 2005) using a triple-nested for...next loop Rounding issue |
|||||||||||||||||||||||