I have a windows application that will work from a tray icon.
On its menu click, a windows form will appear. I also added a registry entry which will add a menu item in windows menu while selecting a file. When we click on that menu item, it will load the same windows form with the input file we clicked. Things are smooth till this point. But it is generating another exe in the task manager.
What I want to achieve here is to open the same exe which is running already, with the input parameter (here, say file path).