我怎样才能使我已经运行的C#Windows Form Application能够在指挥线已经运行时接受指挥?
例如,如果我的申请现在正在拍摄一个录像,那么我想能够在指挥线“MyApp/stop”上打字,这样,虽然申请仍在操作之中,但在不离开本届会议的情况下,就停止了录像。
我怎样才能使我已经运行的C#Windows Form Application能够在指挥线已经运行时接受指挥?
例如,如果我的申请现在正在拍摄一个录像,那么我想能够在指挥线“MyApp/stop”上打字,这样,虽然申请仍在操作之中,但在不离开本届会议的情况下,就停止了录像。
从您的提问来看,你的第一个进程似乎仍在运行,你开始其二审,你希望这一次会与大家交流。
http://en.wikipedia.org/wiki/Inter-process_ Communication"rel=“nofollow noretinger”>inter-process communication。 该网络中这样做的标准方法是使用http://msdn.microsoft.com/en-us/netframework/a663324.aspx” rel=“nofollow noreferer” Windows Communication Foundation 。
发出这样的指挥,你将启动另一个进程。 某些指挥线论点可能采取某种方式,使国际独立调查委员会能够表明起算器的“主要”情况。
不改变你的设计结构,假定你的申请是独立的申请(根据当地常设仲裁法院进行),
一种方法是把你的申请等待(Wait One())放在一个名叫“变压”或“ema光”(。
在你开始申请时(第二例),你将指挥线(通过有力的论据)。 如果动力包含你的“/站式”指挥,则你“释放”指名的mut/ema。 然后,你(首先)的镜子将被击.,以阻止录像。
然后(如上所述),更简单的解决办法是,在用户可以点击时,在您的申请书中添加一个STOP。
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
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. ...
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 ...
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 ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
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, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
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. ...