I have a click once application that that is installed from a page, is it possible to send new arguments to it if its already open?
views:
39answers:
2
A:
Definitely not. You need an implementation of inter-process communication (Remoting, WCF, ...)
Marc Wittke
2009-11-04 14:29:25