English 中文(简体)
如何运作。 该网络的申请在运行期间能够接收指挥?
原标题:How to make my running .NET application be able to receive commands while it is running?

我怎样才能使我已经运行的C#Windows Form Application能够在指挥线已经运行时接受指挥?

例如,如果我的申请现在正在拍摄一个录像,那么我想能够在指挥线“MyApp/stop”上打字,这样,虽然申请仍在操作之中,但在不离开本届会议的情况下,就停止了录像。

最佳回答

一种办法是把你的遗嘱变成一个单一州,每当另一个案件进行审理时,就会把论点传给已经展开的进程。

例:

问题回答

发出这样的指挥,你将启动另一个进程。 某些指挥线论点可能采取某种方式,使国际独立调查委员会能够表明起算器的“主要”情况。





相关问题
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. ...

热门标签