Hi,

I have an app that launches multiple instances of another executable. Each instance of that executable processes a separate case. I would like to change the process name that shows in Task Manager to show which case each instance of that executable is working on. Is there a way in VB.net to change the process name at run-time?

Thanks.