I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas
I want to make a little application that changes the default playback device in windows 7. The only solution was to interact with the Sound Applet. I succeeded to get the handle to the SysListView32 w
I\'m working on 2 Windows Services that have a common开发者_开发问答 database which I want to lock (cross-process) with a system Mutex.
I am working on an media application for which I would like to provide an external API library that would allow another application to communicate with mine an query status information. My application
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
The short version I\'ve got a Word Addin in VB.net and VSTO that exposes a COM compatible object via Word.COMAddins.Object, so that the addin functionality can be called External to Word, without acce
Is it possible for one C# (desktop) application to start and stop ap开发者_如何学JAVAplications on another machine?
Is there a read/write locking mechanism that works开发者_开发问答 across processes (similar to Mutex, but read/write instead exclusive locking)?I would like to allow concurrent read access, but exclus
I have a script in python which uses a resource which can not be used by more than a certain amount of concurrent scripts running.
I can\'t seem to run Cucumber tests on views that include strings governed by Settingslogic. Scenario: Login as an existing user from homepage