Hi,
I have a windows desktop application developed in WPF. In the app itself I have register the custom URI scheme. When my application is already running and i tried to send some arguments from browser using custom URI scheme and the app will open in another instance. Is there any option to close the default instance keep the new one send from browser or keep the default instance and close the new one and also sending those parameter value to the default app which is running.
Please anyone help me on this
Thanks in advance !