How to pass Ctrl+C to the background application in vb .net?
Hi, All, I have a vb .net program that starts a process in the background and I wondered whether it is possible to pass Ctrl+C to interrupt (not to kill) the background process. I know the background application was written in C and used SIGINT to handle the interrupt. I am at a loss about how to pass the interrupt in my vb .net program. Any information would be greatly appreciated.