I have a click on开发者_JAVA百科ce application that that is installed from a page, is it possible to send new arguments to it if its already open?
I don't think so, except startup arguments you won't be able to communicate with it. MSDN link, look at the bottom of the page.
Definitely not. You need an implementation of inter-process communication (Remoting, WCF, ...)
精彩评论