Sending parameters to an appilcation if it is open.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I've been looking in to sending information to an application that is already open, the objective being for the app to behave like Excel when you have the app open and double click on a file in explorer. I came across this article http://msdn.microsoft.com/en-us/library/ms996475[^] but couldn't get it to work. To make it even more interesting(!) we need to deploy this over Citrix servers and the app itself is installed using Softgrid, so we may have an app running on one server that needs to see if an instance of another app is running on any server for that user and get it to open something else. Does anyone know if this is possible? We use .NET3.5 Thanks
The FoZ