English 中文(简体)
从服务部门开始在积极用户会议上启动方案? [复制]
原标题:Start a program in an active user session from a service? [duplicate]

我如何能够从运行开始在积极的用户会议上启动一个方案。 NET 背景进程。 基本上,我有作为服务的“网络”应用程序,我希望这一应用能够在出现某些事件时在用户台上推出一个具体的窗口应用程序。

我如何能够这样做?

这个问题涉及:。 启动与PowerShell 重启的积极用户会议方案

Update
Using Process.Start alone will not work here since it launches the application in the current application session. It doesn t launch the application in a specific users active desktop session.

问题回答

您能否建立某种程度轻的听器应用,用户将在这种背景下运行? 简言之,你的服务可以与听众沟通,使听众能够从用户的角度来看待窗户。

创建程序 我们的职能将允许你通过你希望提出申请的用户的全权证书。

而且,注意到,如果你走下这条路,你就确实需要在《第一阶段裁武条约》的结构中通过,以便它能够从正确的桌面上开始,而不仅仅是使其失效。

http://www.sparxsystems.com.au/uml_tool_guide/udio_execution_analyzer/tom_service_configuration_w.html” rel=“nofollow noreferer”载于。 这使窗口服务与桌面会议的互动成为可能。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签