Is it possible to run function in process A from process B? I want to implement wpf application that will run only as one instance, and if another instance is launched - pass process start arguments from new process to a "main" process.
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    0
            
            
        - 
                    Could you be so kind and show us what you have programmed so far? – flohdieter Jul 26 '16 at 08:05
- 
                    3Yes. Google search for **C# inter process communication** https://www.google.co.in/webhp?ion=1&espv=2&ie=UTF-8#q=c%23%20inter%20process%20communication – ViVi Jul 26 '16 at 08:05
- 
                    For Windows Forms applications, the ApplicationFramework is available for such single instance applications - including the passing of command line arguments to a running instance. – Bernhard Hiller Jul 26 '16 at 08:56
- 
                    http://blogs.microsoft.co.il/maxim/2010/02/13/single-instance-application-manager/ – Nickolay Kabash Jul 26 '16 at 13:43
