We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Singleton Application

I want to make sure that my application is just running once on a single maschine. For this purpose I use 'Process.GetProcessesByName("AppName")'. If I get a Process-Object how can I execute a command within this object (f.e. open a form). I don't want to use remoting (to much overhead). I just want to start maybe a single function with a few parameters. Thanks Toni

Loader.
Live Chat Icon For mobile
Up arrow icon