xenapp

Is it possible to embed a Citrix XenApp in a webpage and pass it parameters dynamically?

So, I know nothing about the Citrix applications, so maybe I can be pointed in the right direction or even be given examples. I need to be able to run an desktop application (which is installed on servers), but have it embedded in a web application (ASP.NET). We need it to feel like it is pretty integrated, so We were going to pass a...

Is there a way to retrieve the Computer Name of a Xenapp client?

What options exist for identifying the client name of a particular client from within the process running on Citrix Presentation 4.0, or Xenapp 5, and are there any important differences in retrieving this information in either scenario? Currently my software is a client that connects to a service on a server, and the primary means of i...

How to make WPF app work as a child process in Citrix

I am working on a 3rd party application that allows plugins to be written in .NET 1.1. I have decided I would like to write my plugin to call a seperate process from the .NET 1.1 plugin (achieved using Process.Start). This is fine- I create a new process that is a WPF app. When I launch this through MSTSC everything works as expected, h...