Start Application only once (Mono)
问题 I'm currently developing an mono application in c#, which I would like to start only once. I know, this can be achieved with mutex. But how can I bring the application to front using mono? I tried getting the Process via Process.GetProcessByName("AudioCuesheetEditor") but couldn't access the MainWindowHandle. How can I bring the running application to front? Thanks for you answers. EDIT: Now I have been able to get the MainWindowHandle, but it's a IntPtr. How do I bring this handle to front?